Commit eb3c7096 authored by Gildas Bazin's avatar Gildas Bazin

* src/input/input.c: win32 fix.

parent 2252f84a
......@@ -594,6 +594,7 @@ static int Init( input_thread_t * p_input )
if( psz - psz_dup == 1 )
{
msg_Warn( p_input, "drive letter %c: found in source string", psz_dup[0] );
psz_path = psz_dup;
}
else
#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