Commit ddb3a0f0 authored by norvell's avatar norvell
Browse files

Correct format string in clipping report.

parent ef72ebae
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -534,7 +534,7 @@ int main( int argc, char *argv[] )
#ifdef FIX_I214_CLIPPING_STANDALONE_REND
    if ( noClipping > 0 )
    {
        fprintf( stderr, "*** Clipping on %ld samples.\n", noClipping );
        fprintf( stderr, "*** Clipping on %d samples.\n", noClipping );
    }
#endif
    /* system( "pause" ); */