OSX fix for recent utf8 commit

This commit is contained in:
Dalai Felinto 2011-10-20 06:29:14 +00:00
parent 9bbec84e7e
commit e0604e5941

@ -1655,8 +1655,8 @@ GHOST_TSuccess GHOST_SystemCocoa::handleKeyEvent(void *eventPtr)
return GHOST_kFailure;
}
char utf8_buf[6]= {'\0'}; /* TODO, unicode input */
switch ([event type]) {
char utf8_buf[6]= {'\0'}; /* TODO, unicode input */
case NSKeyDown:
case NSKeyUp: