mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 01:26:24 -05:00
Fixed Windows build
This commit is contained in:
@@ -1331,7 +1331,7 @@ static size_t
|
||||
SDL_PrintFloat(char *text, size_t maxlen, SDL_FormatInfo *info, double arg)
|
||||
{
|
||||
int i, width;
|
||||
size_t len, spot;
|
||||
size_t len;
|
||||
size_t left = maxlen;
|
||||
char *textstart = text;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user