changeset 3578 | 0d1b16ee0bca |
parent 1895 | c121d94672cb |
child 5535 | 96594ac5fd1a |
--- a/test/testerror.c Wed Dec 16 03:02:31 2009 +0000 +++ b/test/testerror.c Wed Dec 16 04:48:11 2009 +0000 @@ -22,7 +22,7 @@ ThreadFunc(void *data) { /* Set the child thread error string */ - SDL_SetError("Thread %s (%d) had a problem: %s", + SDL_SetError("Thread %s (%lu) had a problem: %s", (char *) data, SDL_ThreadID(), "nevermind"); while (alive) { printf("Thread '%s' is alive!\n", (char *) data);