Little bug.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1611 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -353,7 +353,7 @@ getCharFrame (FONT_DESC *fontPtr, wchar_t ch)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
fprintf (stderr, "Character %u not present\n");
|
fprintf (stderr, "Character %u not present\n", ch);
|
||||||
#endif
|
#endif
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user