[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Small Patch for kdemultimedia
From:       Randy Pearson <blueboy+dated+1068740935.4d7a68 () bamafolks ! com>
Date:       2003-11-08 16:28:29
[Download RAW message or body]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi All,

I've attached a small patch for kfile-plugins/mp3/kfile_mp3.cpp that corrects 
an error that occurs when the TagLib library from kdeextragear-2 is available 
during the build.

I don't have cvs access, but if someone cares to review and apply...

Regards,
Randy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/rRm29OOSVYFT6BQRAjUjAJ9v//OnnJF0RTOeM7kbh1XwV2EnKwCfXMh4
XodAVLlgZmdCmbmHsF+KKUM=
=y+f/
-----END PGP SIGNATURE-----

["kfile_mp3.cpp.patch" (text/x-diff)]

Index: kfile-plugins/mp3/kfile_mp3.cpp
===================================================================
RCS file: /home/kde/kdemultimedia/kfile-plugins/mp3/kfile_mp3.cpp,v
retrieving revision 1.67
diff -u -3 -p -d -r1.67 kfile_mp3.cpp
--- kfile-plugins/mp3/kfile_mp3.cpp     7 Nov 2003 14:12:42 -0000       1.67
+++ kfile-plugins/mp3/kfile_mp3.cpp     8 Nov 2003 16:22:44 -0000
@@ -143,7 +143,7 @@ bool KMp3Plugin::readInfo( KFileMetaInfo
     TagLib::MPEG::File file(QFile::encodeName(info.path()).data(), readTech);

     if(!file.isOpen())  {
-        kdDebug(7034) << "Couldn't open " << file.name() << endl;
+        kdDebug(7034) << "Couldn't open " << file.name().toCString() << endl;
         return false;
     }


>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic