diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 8f29b8ee5..20a898284 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -6644,7 +6644,7 @@ static void setup(int argc, char * argv[]) fprintf(stderr, "\nWarning: I could not initialize audio!\n" "The Simple DirectMedia Layer error that occurred was:\n" - "%s\n\n", SDL_GetError()); + "%s\n\n", olderr); free(olderr); } else