X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_window.c;h=a92eafd09c250246823ee4437ee8a6651e02526a;hb=191f167c1b44679707028d96aae8a2d67fecce30;hp=c0714aa5a3b76b7cf02489b9871fd2a29c42e076;hpb=006650e1dd72e73249d41e2bcea8b1668262a999;p=freeglut diff --git a/src/freeglut_window.c b/src/freeglut_window.c index c0714aa..a92eafd 100644 --- a/src/freeglut_window.c +++ b/src/freeglut_window.c @@ -725,7 +725,7 @@ void FGAPIENTRY glutSetWindow( int ID ) window = fgWindowByID( ID ); if( window == NULL ) { - fgWarning( "glutSetWindow(): window ID %i not found!", ID ); + fgWarning( "glutSetWindow(): window ID %d not found!", ID ); return; }