Fixed compile warning in IME test program.
This commit is contained in:
parent
525d8bfbe5
commit
b5e3bd6ec1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue