mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 15:26:55 -05:00
Fixed compile warning in IME test program.
This commit is contained in:
parent
f2375a7774
commit
8f5f197236
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user