git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a833dc7
)
rc intf: Corrects function name: Get_URI -> GetURI
author
Rafaël Carré
<funman@videolan.org>
Wed, 22 Aug 2007 20:53:09 +0000
(20:53 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Wed, 22 Aug 2007 20:53:09 +0000
(20:53 +0000)
modules/control/rc.c
patch
|
blob
|
history
diff --git
a/modules/control/rc.c
b/modules/control/rc.c
index
194facb
..
f0b0514
100644
(file)
--- a/
modules/control/rc.c
+++ b/
modules/control/rc.c
@@
-498,7
+498,7
@@
static void Run( intf_thread_t *p_intf )
if( !p_input->b_dead || !p_input->b_die )
{
char *psz_uri =
- input_item_Get
_
URI( input_GetItem( p_input ) );
+ input_item_GetURI( input_GetItem( p_input ) );
msg_rc( STATUS_CHANGE "( new input: %s )", psz_uri );
free( psz_uri );
msg_rc( STATUS_CHANGE "( audio volume: %d )",