Fixed signed/unsigned warning
This commit is contained in:
parent
afbb2469b6
commit
de2ea4b8e8
1 changed files with 1 additions and 1 deletions
|
@ -832,7 +832,7 @@ SDL_JoystickGUID SDL_JoystickGetGUIDFromString(const char *pchGUID)
|
|||
int maxoutputbytes= sizeof(guid);
|
||||
size_t len = SDL_strlen( pchGUID );
|
||||
Uint8 *p;
|
||||
int i;
|
||||
size_t i;
|
||||
|
||||
/* Make sure it's even */
|
||||
len = ( len ) & ~0x1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue