]> git.sesse.net Git - vlc/commitdiff
Kill a "cannot pass objects of non-POD type 'class TagLib::FileName' through '.....
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Jun 2008 00:48:31 +0000 (17:48 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 15 Jun 2008 00:48:31 +0000 (17:48 -0700)
modules/meta_engine/taglib.cpp

index 49b78c25086d7697e5b6ea1b00b46832dff380cc..67e54dd7e3ac4c37846e72e1ffa853a6fc192517 100644 (file)
@@ -136,7 +136,7 @@ static void DetectImage( FileRef f, demux_t *p_demux )
                 msg_Warn( p_demux,
                     "%s: Invalid picture embedded by broken iTunes version, "
                     "you really shouldn't use this crappy software.",
-                    f.file()->name() );
+                    (const char *)f.file()->name() );
                 break;
             }