]> git.sesse.net Git - vlc/blobdiff - modules/gui/wince/messages.cpp
For consistency, remove references to vlc from libvlc
[vlc] / modules / gui / wince / messages.cpp
index 6e6795067b738dfbfdedf4e5f3c40961da7081e1..65431bf3ea03364225a97ca19ed9d4bd224a3587 100644 (file)
@@ -209,13 +209,13 @@ void Messages::UpdateLog()
             {
             case VLC_MSG_ERR:
             case VLC_MSG_INFO:
-                if( p_intf->p_libvlc->i_verbose < 0 ) continue;
+                if( p_intf->p_libvlc_global->i_verbose < 0 ) continue;
                 break;
             case VLC_MSG_WARN:
-                if( p_intf->p_libvlc->i_verbose < 1 ) continue;
+                if( p_intf->p_libvlc_global->i_verbose < 1 ) continue;
                 break;
             case VLC_MSG_DBG:
-                if( p_intf->p_libvlc->i_verbose < 2 ) continue;
+                if( p_intf->p_libvlc_global->i_verbose < 2 ) continue;
                 break;
             }