]> git.sesse.net Git - vlc/commitdiff
* compilation fix
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 5 May 2005 18:23:53 +0000 (18:23 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 5 May 2005 18:23:53 +0000 (18:23 +0000)
modules/gui/macosx/prefs.m

index 7edc62a108af8e72cf0d8525f0ab276ebd090036..dbd3171166d0a57f0755167ffeb4e69cce46df3c 100644 (file)
@@ -496,7 +496,7 @@ fprintf( stderr, "[%s] showView\n", [o_name UTF8String] );
             {
                 if( !p_item )
                 {
-                    msg_Err( "null item found" );
+                    msg_Err( p_intf, "null item found" );
                     break;
                 }
                 switch(p_item->i_type)
@@ -637,7 +637,7 @@ fprintf( stderr, "\n" );
                 p_item++;
                 if( !p_item )
                 {
-                    msg_Err( "null item found" );
+                    msg_Err( p_intf, "null item found" );
                     break;
                 }
                 switch(p_item->i_type)