From 4239976f2b6aa0dd6a497d564eddab5a62165d6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Duraffort?= Date: Tue, 15 Jul 2008 19:48:38 +0200 Subject: [PATCH] Fix a compilation warning. --- modules/control/rc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/control/rc.c b/modules/control/rc.c index 3f79c05827..c78fd9c180 100644 --- a/modules/control/rc.c +++ b/modules/control/rc.c @@ -2144,7 +2144,7 @@ bool ReadCommand( intf_thread_t *p_intf, char *p_buffer, int *pi_size ) { /* Standard input closed: exit */ 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; -- 2.39.2