Commit 232de8ce authored by Jean-Paul Saman's avatar Jean-Paul Saman

I meant to use var_CreateGetNonEmptyString().

parent 4b11c6e4
......@@ -89,7 +89,7 @@ static int Open( vlc_object_t *p_this )
p_intf->pf_run = Run;
p_intf->p_sys->psz_file = var_CreateGetString( p_intf, "lirc-file" );
p_intf->p_sys->psz_file = var_CreateGetNonEmptyString( p_intf, "lirc-file" );
i_fd = lirc_init( "vlc", 1 );
if( i_fd == -1 )
......
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