mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-10 21:38:14 +00:00
bug #3739: handle %lu, %li and %ld in SDL_SetError.
This commit is contained in:
@@ -51,6 +51,7 @@ typedef struct SDL_error
|
||||
unsigned char value_c;
|
||||
#endif
|
||||
int value_i;
|
||||
long value_l;
|
||||
double value_f;
|
||||
char buf[ERR_MAX_STRLEN];
|
||||
} args[ERR_MAX_ARGS];
|
||||
|
Reference in New Issue
Block a user