J :
* Fix 64-bit compilation
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ void JLogger::Log(const char * text){
|
|||||||
OutputDebugString(text);
|
OutputDebugString(text);
|
||||||
OutputDebugString("\n");
|
OutputDebugString("\n");
|
||||||
#else
|
#else
|
||||||
printf(text);
|
printf("%s", text);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user