mirror of
https://github.com/yawut/SDL.git
synced 2026-07-01 00:39:58 -05:00
Fixed a NSLog() format string.
Thanks to Mattias Holm for the patch!
This commit is contained in:
parent
e0fe768768
commit
8ad5dc2b68
|
|
@ -234,7 +234,7 @@ SDL_PromptAssertion_cocoa(const SDL_assert_data *data)
|
|||
data->trigger_count, (data->trigger_count == 1) ? "" : "s",
|
||||
data->condition];
|
||||
|
||||
NSLog(@"%s", msg);
|
||||
NSLog(@"%@", msg);
|
||||
|
||||
/*
|
||||
* !!! FIXME: this code needs to deal with fullscreen modes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user