From: Felix Paul Kühne Date: Wed, 23 Aug 2006 09:44:27 +0000 (+0000) Subject: * compilation fix X-Git-Tag: 0.9.0-test0~10595 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=649faf948d2d285f5c0a7831deca5f7dc19c017e;p=vlc * compilation fix --- diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp index a160994a6f..847508630f 100644 --- a/modules/access/dshow/dshow.cpp +++ b/modules/access/dshow/dshow.cpp @@ -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", 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 " "type is not supported.") ); return VLC_EGENERIC;