A minor fix to that last commit.

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@183 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
cjp 2003-09-10 22:33:39 +00:00
parent 1062695e7d
commit f3b61bfa28

View File

@ -247,7 +247,7 @@ static void fghJoystickRawRead ( SFG_Joystick* joy, int* buttons, float* axes )
if( status != JS_RETURN )
{
fgWarning( joy->fname );
fgWarning( "%s", joy->fname );
joy->error = TRUE;
return;
}