mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
Fixed compile warning in IME test program.
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