@@ -326,14 +326,14 @@ [OFApplication terminateWithStatus: _fails]; VIDEO_WaitVSync(); } #elif defined(_PSP) - [self outputString: [OFString stringWithFormat: @"%zd tests failed!", + [self outputString: [OFString stringWithFormat: @"%d tests failed!", _fails] inColor: NO_COLOR]; sceKernelSleepThreadCB(); #else [OFApplication terminateWithStatus: _fails]; #endif } @end