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

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdemultimedia/kfile-plugins/m3u
From:       Lukáš Tinkl <lukas () kde ! org>
Date:       2003-06-01 7:49:07
[Download RAW message or body]

CVS commit by lukas: 

backport Charles' lock-up fix


  M +2 -2      kfile_m3u.cpp   1.12.2.1


--- kdemultimedia/kfile-plugins/m3u/kfile_m3u.cpp  #1.12:1.12.2.1
@@ -56,5 +56,5 @@ bool KM3uPlugin::readInfo( KFileMetaInfo
 {
     QFile f(info.path());
-    f.open(IO_ReadOnly);
+    if (!f.open(IO_ReadOnly)) return false;
     QTextStream str(&f);
     str.setEncoding(QTextStream::Locale);


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

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