Commit 2ccfe120 authored by vaclav's avatar vaclav
Browse files

fix

parent 378dab2a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -139,7 +139,7 @@ ivas_error ivas_reverb_HRTF_statistics_open(
    const int32_t output_Fs                   /* i  : output sampling rate      */
)
{
    if ( *hHrtfStatistics != NULL && ( *hHrtfStatistics )->fromROM == FALSE )
    if ( *hHrtfStatistics != NULL && ( *hHrtfStatistics )->fromROM == TRUE )
    {
        return IVAS_ERROR( IVAS_ERR_INTERNAL, "HRTF statistics allocated but not initialized from binary file!\n" );
    }