Commit a543b424 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* compilation fix

parent 21747cdb
...@@ -496,7 +496,7 @@ fprintf( stderr, "[%s] showView\n", [o_name UTF8String] ); ...@@ -496,7 +496,7 @@ fprintf( stderr, "[%s] showView\n", [o_name UTF8String] );
{ {
if( !p_item ) if( !p_item )
{ {
msg_Err( "null item found" ); msg_Err( p_intf, "null item found" );
break; break;
} }
switch(p_item->i_type) switch(p_item->i_type)
...@@ -637,7 +637,7 @@ fprintf( stderr, "\n" ); ...@@ -637,7 +637,7 @@ fprintf( stderr, "\n" );
p_item++; p_item++;
if( !p_item ) if( !p_item )
{ {
msg_Err( "null item found" ); msg_Err( p_intf, "null item found" );
break; break;
} }
switch(p_item->i_type) switch(p_item->i_type)
......
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