Commit d87e63eb authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'fix_cam_file_reading' into 'main'

fix channel aware mode config file reading

See merge request !43
parents 7d863503 8bab6772
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 )
                {
@@ -1060,7 +1062,7 @@ static bool parseCmdlIVAS_enc(
                }
                else
                {
                    arg->ca_config_file = argv[i];
                    arg->ca_config_file = stmp;
                }
                i++;