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

Kill a "cannot pass objects of non-POD type 'class TagLib::FileName' through...

Kill a "cannot pass objects of non-POD type 'class TagLib::FileName' through '...'; call will abort at runtime" warning/error on Windows.
parent 2d85699d
...@@ -136,7 +136,7 @@ static void DetectImage( FileRef f, demux_t *p_demux ) ...@@ -136,7 +136,7 @@ static void DetectImage( FileRef f, demux_t *p_demux )
msg_Warn( p_demux, msg_Warn( p_demux,
"%s: Invalid picture embedded by broken iTunes version, " "%s: Invalid picture embedded by broken iTunes version, "
"you really shouldn't use this crappy software.", "you really shouldn't use this crappy software.",
f.file()->name() ); (const char *)f.file()->name() );
break; break;
} }
......
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