Commit 050de848 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix to var_GetNonEmptyString

parent 84fda01c
...@@ -768,7 +768,7 @@ static VLCExtended *_o_sharedInstance = nil; ...@@ -768,7 +768,7 @@ static VLCExtended *_o_sharedInstance = nil;
if( p_aout ) if( p_aout )
{ {
psz_string = var_GetString( p_aout, "audio-filter" ); psz_string = var_GetNonEmptyString( p_aout, "audio-filter" );
} }
else else
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment