# HG changeset patch # User Sam Lantinga # Date 1369391371 25200 # Node ID ae087380127d879770afccff17e16f0ba54a0a92 # Parent 3586fc0ba156aa60f015625de5bfa85a53ab98ff Fixed Windows build diff -r 3586fc0ba156 -r ae087380127d VisualC/tests/testautomation/testautomation_vs2010.vcxproj --- a/VisualC/tests/testautomation/testautomation_vs2010.vcxproj Fri May 24 03:23:21 2013 -0700 +++ b/VisualC/tests/testautomation/testautomation_vs2010.vcxproj Fri May 24 03:29:31 2013 -0700 @@ -179,20 +179,21 @@ + + + + + + - - - - - - + @@ -211,4 +212,4 @@ - \ No newline at end of file + diff -r 3586fc0ba156 -r ae087380127d VisualC/tests/testautomation/testautomation_vs2012.vcxproj --- a/VisualC/tests/testautomation/testautomation_vs2012.vcxproj Fri May 24 03:23:21 2013 -0700 +++ b/VisualC/tests/testautomation/testautomation_vs2012.vcxproj Fri May 24 03:29:31 2013 -0700 @@ -183,20 +183,21 @@ + + + + + - + + - - - - - - + diff -r 3586fc0ba156 -r ae087380127d src/stdlib/SDL_string.c --- a/src/stdlib/SDL_string.c Fri May 24 03:23:21 2013 -0700 +++ b/src/stdlib/SDL_string.c Fri May 24 03:29:31 2013 -0700 @@ -1331,7 +1331,7 @@ 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;