From kde-devel Sat Nov 08 16:28:29 2003 From: Randy Pearson Date: Sat, 08 Nov 2003 16:28:29 +0000 To: kde-devel Subject: Small Patch for kdemultimedia X-MARC-Message: https://marc.info/?l=kde-devel&m=106830909226463 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--Boundary-00=_tmRr/5HD9cEzPtE" --Boundary-00=_tmRr/5HD9cEzPtE Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Description: clearsigned data Content-Disposition: inline =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi All, I've attached a small patch for kfile-plugins/mp3/kfile_mp3.cpp that correc= ts=20 an error that occurs when the TagLib library from kdeextragear-2 is availab= le=20 during the build. I don't have cvs access, but if someone cares to review and apply... Regards, Randy =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/rRm29OOSVYFT6BQRAjUjAJ9v//OnnJF0RTOeM7kbh1XwV2EnKwCfXMh4 XodAVLlgZmdCmbmHsF+KKUM=3D =3Dy+f/ =2D----END PGP SIGNATURE----- --Boundary-00=_tmRr/5HD9cEzPtE Content-Type: text/x-diff; charset="us-ascii"; name="kfile_mp3.cpp.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kfile_mp3.cpp.patch" 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; } --Boundary-00=_tmRr/5HD9cEzPtE Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << --Boundary-00=_tmRr/5HD9cEzPtE--