Merge pull request #552 from Pan7/fixq3data3

Q3data: Fix warning format specifies type int but the argument has ty…
This commit is contained in:
Pan7 2017-08-18 12:06:12 +02:00 committed by GitHub
commit e40228629e

View file

@ -1107,7 +1107,7 @@ void Cmd_Video( void ){
printf( "\n" );
printf( "Total size: %i\n", ftell( output ) );
printf( "Total size: %ld\n", ftell( output ) );
printf( "Average error: %f\n", sumError / ( frame - startframe ) );
printf( "Max error: %f\n", maxError );