1.1 --- a/src/test/SDL_test_harness.c Fri Jun 20 11:01:05 2014 -0300
1.2 +++ b/src/test/SDL_test_harness.c Fri Jun 20 11:10:16 2014 -0300
1.3 @@ -564,7 +564,7 @@
1.4 execKey = SDLTest_GenerateExecKey((char *)runSeed, testSuite->name, testCase->name, iterationCounter);
1.5 }
1.6
1.7 - SDLTest_Log("Test Iteration %i: execKey %llu", iterationCounter, (long long unsigned)execKey);
1.8 + SDLTest_Log("Test Iteration %i: execKey %" PRIu64, iterationCounter, execKey);
1.9 testResult = SDLTest_RunTest(testSuite, testCase, execKey);
1.10
1.11 if (testResult == TEST_RESULT_PASSED) {