Fixed compiler warning
This commit is contained in:
parent
7f2953097b
commit
f6529a1ba6
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ static void RunFIFOTest(SDL_bool lock_free)
|
||||||
}
|
}
|
||||||
len = SDL_strlen(textBuffer);
|
len = SDL_strlen(textBuffer);
|
||||||
SDL_snprintf(textBuffer + len, sizeof(textBuffer) - len, " }\n");
|
SDL_snprintf(textBuffer + len, sizeof(textBuffer) - len, " }\n");
|
||||||
SDL_Log(textBuffer);
|
SDL_Log("%s", textBuffer);
|
||||||
}
|
}
|
||||||
SDL_Log("Readers read %d total events\n", grand_total);
|
SDL_Log("Readers read %d total events\n", grand_total);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue