Fixed gcc compiler warning.
This commit is contained in:
parent
1dc63849c9
commit
60f707b55d
@ -68,7 +68,7 @@ bool setUsedCharacters(const char* characters)
|
||||
{
|
||||
int n = strlen(characters);
|
||||
for(int i=0; i<n; i++)
|
||||
bUsed[characters[i]] = true;
|
||||
bUsed[short(characters[i])] = true;
|
||||
return true;
|
||||
} // setUsedCharacters
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user