aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cocoa/PlatCocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm
index f584107a7..5c1213d72 100644
--- a/cocoa/PlatCocoa.mm
+++ b/cocoa/PlatCocoa.mm
@@ -2098,7 +2098,7 @@ int Platform::Maximum(int a, int b) {
void Platform::DebugDisplay(const char *s)
{
- fprintf( stderr, s );
+ fprintf( stderr, "%s", s );
}
//--------------------------------------------------------------------------------------------------