diff options
Diffstat (limited to 'macosx/hotkeys.m')
| -rwxr-xr-x | macosx/hotkeys.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/hotkeys.m b/macosx/hotkeys.m index a3fcbfa7..9ae83047 100755 --- a/macosx/hotkeys.m +++ b/macosx/hotkeys.m @@ -76,7 +76,7 @@ BOOL handleHotkey(NSString* keyCode) { GPU_displayText((char*)[[NSString stringWithFormat:@"State Slot: %d", currentState] UTF8String]); break; default: - NSLog(@"Invalid hotkey identifier %li.", [ident integerValue]); + NSLog(@"Invalid hotkey identifier %i.", [ident intValue]); } return YES; |
