1
0
forked from 0ad/0ad

Fix compiler warning.

This was SVN commit r16594.
This commit is contained in:
leper 2015-04-29 00:07:48 +00:00
parent 296d363812
commit 7d953ff0a7

View File

@ -267,7 +267,7 @@ InReaction CTouchInput::HandleEvent(const SDL_Event_* ev)
case SDL_FINGERMOTION: case SDL_FINGERMOTION:
{ {
// Map finger events onto the mouse, for basic testing // Map finger events onto the mouse, for basic testing
debug_printf("finger %s tid=%lld fid=%lld x=%f y=%f dx=%f dy=%f p=%f\n", debug_printf("finger %s tid=%" PRId64 " fid=%" PRId64 " x=%f y=%f dx=%f dy=%f p=%f\n",
ev->ev.type == SDL_FINGERDOWN ? "down" : ev->ev.type == SDL_FINGERDOWN ? "down" :
ev->ev.type == SDL_FINGERUP ? "up" : ev->ev.type == SDL_FINGERUP ? "up" :
ev->ev.type == SDL_FINGERMOTION ? "motion" : "?", ev->ev.type == SDL_FINGERMOTION ? "motion" : "?",