1
0
Fork 0

(svn r20809) -Fix (r20809): as usual with these user provided Mac OS X patches lately... they either fail to compile or spew warnings

release/1.1
rubidium 2010-09-15 21:55:55 +00:00
parent 4915f47264
commit 4173ba76fa
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ static bool QZ_PollEvent()
QZ_KeyEvent([ event keyCode ], 0, YES);
} else {
QZ_KeyEvent([ event keyCode ], [ chars characterAtIndex:0 ], YES);
for (int i = 1; i < [ chars length ]; i++) {
for (uint i = 1; i < [ chars length ]; i++) {
QZ_KeyEvent(0, [ chars characterAtIndex:i ], YES);
}
}