TTimo / GtkRadiant

The open source, cross platform level editor for idtech games
http://icculus.org/gtkradiant/
Other
586 stars 155 forks source link

Q3data: Fix warning format specifies type int but the argument has ty… #552

Closed Pan7 closed 7 years ago

Pan7 commented 7 years ago

…pe long

tools/quake3/q3data/video.c:1110:30: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf( "Total size: %i\n", ftell( output ) );

See https://github.com/TTimo/GtkRadiant/issues/467