Commit 01615212 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf

stream_output: fix compilation warning

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent d4fe62a8
...@@ -617,7 +617,7 @@ static int mrl_Parse( mrl_t *p_mrl, const char *psz_mrl ) ...@@ -617,7 +617,7 @@ static int mrl_Parse( mrl_t *p_mrl, const char *psz_mrl )
{ {
/* msg_Warn( p_sout, "drive letter %c: found in source string", /* msg_Warn( p_sout, "drive letter %c: found in source string",
*psz_dup ) ; */ *psz_dup ) ; */
psz_parser = ""; *psz_parser = '\0';
} }
#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