mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
Update SDL2 to the latest hg revision of 2.0.4.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user