Fixed a NSLog() format string.

Thanks to Mattias Holm for the patch!
This commit is contained in:
Ryan C. Gordon 2011-09-02 14:00:10 -04:00
parent e0fe768768
commit 8ad5dc2b68

View File

@ -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: