fixed a printf format specifier (was %i instead of %lu while printing an unsigned...
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 11 Oct 2014 17:20:19 +0000 (17:20 +0000)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sat, 11 Oct 2014 17:20:19 +0000 (17:20 +0000)
commit3be33497375b3fabafdbe4a51244b5dd2ffada63
treec3268b257b6cc60c5cdb186a816e7ef2eb610599
parenta91c4e11d70265093dc3a7c15ed3f1b07883e9df
fixed a printf format specifier (was %i instead of %lu while printing an unsigned long)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1708 7f0cb862-5218-0410-a997-914c9d46530a
src/x11/fg_window_x11.c