]> git.sesse.net Git - vlc/commitdiff
Quick compile fix for Windows, I don't think we need this debug message.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 31 Jan 2008 01:17:01 +0000 (01:17 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 31 Jan 2008 01:17:01 +0000 (01:17 +0000)
src/input/input.c

index 10dcc7693c3d88951135798218e651d2c32fc321..d10b1b11bc80aa7a52732a3d31326f6f3106070d 100644 (file)
@@ -2807,7 +2807,7 @@ void MRLSplit( char *psz_dup, const char **ppsz_access, const char **ppsz_demux,
 #if defined( WIN32 ) || defined( UNDER_CE )
         else if( ( psz - psz_dup == 1 ) && isalpha( psz_dup[0] ) )
         {
-            msg_Dbg( p_input, "drive letter %c: found in source", *psz_dup );
+            //msg_Dbg( p_input, "drive letter %c: found in source", *psz_dup );
             psz = NULL;
         }
 #endif