Update SDL2 to the latest hg revision of 2.0.4.

This commit is contained in:
Alex Szpakowski
2015-12-01 18:02:23 -04:00
parent 4206243c74
commit 3de7c6c2c9
124 changed files with 4371 additions and 1065 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ int main(int argc, char *argv[]) {
break;
case SDLK_BACKSPACE:
{
int textlen=SDL_strlen(text);
size_t textlen = SDL_strlen(text);
do {
if (textlen==0)