Commit 0b451965 authored by Malenovsky, Vladimir's avatar Malenovsky, Vladimir
Browse files

increase length of config str

parent 3c1d769c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4470,7 +4470,7 @@ static ivas_error printConfigInfo_dec(
    const bool quietModeEnabled )
{
    ivas_error error;
    char config_str[50];
    char config_str[200];
    AUDIO_CONFIG output_config;

    /*-----------------------------------------------------------------*