From 08064a0c17df470e51c72b4aa34353e88f98248b Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 22 Apr 2005 01:56:51 +0000 Subject: [PATCH] Get rid of warning git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1668 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/graphics/font.c b/sc2/src/sc2code/libs/graphics/font.c index d89a7e813..dd21a8ce9 100644 --- a/sc2/src/sc2code/libs/graphics/font.c +++ b/sc2/src/sc2code/libs/graphics/font.c @@ -353,7 +353,7 @@ getCharFrame (FONT_DESC *fontPtr, wchar_t ch) else { #ifdef DEBUG - fprintf (stderr, "Character %u not present\n", ch); + fprintf (stderr, "Character %u not present\n", (unsigned int) ch); #endif return NULL; }