Commit 4239976f authored by Rémi Duraffort's avatar Rémi Duraffort

Fix a compilation warning.

parent 71becfcc
...@@ -2144,7 +2144,7 @@ bool ReadCommand( intf_thread_t *p_intf, char *p_buffer, int *pi_size ) ...@@ -2144,7 +2144,7 @@ bool ReadCommand( intf_thread_t *p_intf, char *p_buffer, int *pi_size )
{ {
/* Standard input closed: exit */ /* Standard input closed: exit */
vlc_value_t empty; vlc_value_t empty;
Quit( p_intf, NULL, empty, empty, NULL ); Quit( VLC_OBJECT(p_intf), NULL, empty, empty, NULL );
} }
p_buffer[ *pi_size ] = 0; p_buffer[ *pi_size ] = 0;
......
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