Commit d9aab7a2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Quick compile fix for Windows, I don't think we need this debug message.

parent 5e87283e
...@@ -2807,7 +2807,7 @@ void MRLSplit( char *psz_dup, const char **ppsz_access, const char **ppsz_demux, ...@@ -2807,7 +2807,7 @@ void MRLSplit( char *psz_dup, const char **ppsz_access, const char **ppsz_demux,
#if defined( WIN32 ) || defined( UNDER_CE ) #if defined( WIN32 ) || defined( UNDER_CE )
else if( ( psz - psz_dup == 1 ) && isalpha( psz_dup[0] ) ) 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; psz = NULL;
} }
#endif #endif
......
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