Loading apps/encoder.c +3 −1 Original line number Diff line number Diff line Loading @@ -1049,6 +1049,8 @@ static bool parseCmdlIVAS_enc( if ( i < argc - 4 ) { strncpy( stmp, argv[i], sizeof( stmp ) ); to_upper( argv[i] ); if ( strcmp( argv[i], "LO" ) == 0 ) { Loading @@ -1060,7 +1062,7 @@ static bool parseCmdlIVAS_enc( } else { arg->ca_config_file = argv[i]; arg->ca_config_file = stmp; } i++; Loading Loading
apps/encoder.c +3 −1 Original line number Diff line number Diff line Loading @@ -1049,6 +1049,8 @@ static bool parseCmdlIVAS_enc( if ( i < argc - 4 ) { strncpy( stmp, argv[i], sizeof( stmp ) ); to_upper( argv[i] ); if ( strcmp( argv[i], "LO" ) == 0 ) { Loading @@ -1060,7 +1062,7 @@ static bool parseCmdlIVAS_enc( } else { arg->ca_config_file = argv[i]; arg->ca_config_file = stmp; } i++; Loading