From 5b126a92737bba6264065c8ff437056c908204f5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 12 Apr 2009 19:31:02 +0000 Subject: added wave output plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@901 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mad/decodermadfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/mad/decodermadfactory.cpp') diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp index fa3f1d12b..b0efdc1d6 100644 --- a/src/plugins/Input/mad/decodermadfactory.cpp +++ b/src/plugins/Input/mad/decodermadfactory.cpp @@ -104,7 +104,7 @@ QList DecoderMADFactory::createPlayList(const QString &fileName, boo { FileInfo *info = new FileInfo(fileName); TagLib::Tag *tag = 0; - TagLib::MPEG::File fileRef(fileName.toLocal8Bit ()); + TagLib::MPEG::File fileRef(fileName.toLocal8Bit ().constData()); if (useMetaData) { -- cgit v1.2.3-13-gbd6f