Commit 73a139bd authored by vaclav's avatar vaclav
Browse files

argument pointer increase to fix infinite loop

parent b0cab6a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1694,6 +1694,7 @@ static bool parseCmdlIVAS_enc(
        else if ( strcmp( argv_to_upper, "-PCA" ) == 0 )
        {
            arg->pca = 1;
            i++;
        }
#else
        else if ( strcmp( argv_to_upper, "-BYPASS" ) == 0 ) // TODO: should be renamed to "-pca"