From 7d953ff0a7cc273fbfa45ed7642abaae370852ad Mon Sep 17 00:00:00 2001 From: leper Date: Wed, 29 Apr 2015 00:07:48 +0000 Subject: [PATCH] Fix compiler warning. This was SVN commit r16594. --- source/ps/TouchInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ps/TouchInput.cpp b/source/ps/TouchInput.cpp index ff52debf6f..c0d78604d0 100644 --- a/source/ps/TouchInput.cpp +++ b/source/ps/TouchInput.cpp @@ -267,7 +267,7 @@ InReaction CTouchInput::HandleEvent(const SDL_Event_* ev) case SDL_FINGERMOTION: { // 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_FINGERUP ? "up" : ev->ev.type == SDL_FINGERMOTION ? "motion" : "?",