]> git.sesse.net Git - vlc/commitdiff
Fix to var_GetNonEmptyString
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 16 Sep 2007 09:14:54 +0000 (09:14 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 16 Sep 2007 09:14:54 +0000 (09:14 +0000)
modules/gui/macosx/extended.m

index 9b04eb7d35b9d7154fd6e9e4c4cfc73bf3a81f56..800ab4b5a24fce6986d609fbbe85ac514559a677 100644 (file)
@@ -768,7 +768,7 @@ static VLCExtended *_o_sharedInstance = nil;
 
     if( p_aout )
     {
-        psz_string = var_GetString( p_aout, "audio-filter" );
+        psz_string = var_GetNonEmptyString( p_aout, "audio-filter" );
     }
     else
     {