]> git.sesse.net Git - vlc/commitdiff
* compilation fix
authorFelix Paul Kühne <fkuehne@videolan.org>
Wed, 23 Aug 2006 09:44:27 +0000 (09:44 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 23 Aug 2006 09:44:27 +0000 (09:44 +0000)
modules/access/dshow/dshow.cpp

index a160994a6f6de0b5393a935dc77902fa76622db8..847508630f037e3baf20c7c92bd3dc12f1866328 100644 (file)
@@ -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;