Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
d9aab7a2
Commit
d9aab7a2
authored
Jan 31, 2008
by
Jean-Baptiste Kempf
Browse files
Quick compile fix for Windows, I don't think we need this debug message.
parent
5e87283e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/input.c
View file @
d9aab7a2
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment