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:
parent
1062695e7d
commit
f3b61bfa28
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user