mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
Shrunk error message buffer.
This fixes a VC++ static analysis warning.
This commit is contained in:
parent
b875bbcdf1
commit
16e80258b8
|
@ -86,7 +86,7 @@ void _glfwInputError(int error, const char* format, ...)
|
|||
{
|
||||
if (_glfwErrorCallback)
|
||||
{
|
||||
char buffer[16384];
|
||||
char buffer[8192];
|
||||
const char* description;
|
||||
|
||||
if (format)
|
||||
|
|
Loading…
Reference in New Issue
Block a user