Commit 649faf94 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* compilation fix

parent 89298c16
...@@ -891,7 +891,7 @@ static int OpenDevice( vlc_object_t *p_this, access_sys_t *p_sys, ...@@ -891,7 +891,7 @@ static int OpenDevice( vlc_object_t *p_this, access_sys_t *p_sys,
{ {
msg_Err( p_this, "can't use device: %s, unsupported device type", msg_Err( p_this, "can't use device: %s, unsupported device type",
devicename.c_str() ); devicename.c_str() );
intf_UserFatal( p_vout, VLC_FALSE, _("Capturing failed"), intf_UserFatal( p_this, VLC_FALSE, _("Capturing failed"),
_("VLC cannot use the device \"%s\", because its device " _("VLC cannot use the device \"%s\", because its device "
"type is not supported.") ); "type is not supported.") );
return VLC_EGENERIC; return VLC_EGENERIC;
......
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