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

List:       kde-commits
Subject:    extragear/libs/libkexif
From:       Angelo Naselli <anaselli () linux ! it>
Date:       2006-06-18 15:11:12
Message-ID: 1150643472.034757.22401.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 552622 by anaselli:

missed mValue 
BUG: 128462

 M  +1 -1      kexifentry.cpp  


--- trunk/extragear/libs/libkexif/kexifentry.cpp #552621:552622
@@ -104,7 +104,7 @@
     exif_entry_get_value(mExifEntry, cstr.data(), cstr.size()-1);
     // just in case we don't get a null-terminated string
     cstr[cstr.size()-1] = '\0';
-    QString str = QString::fromLatin1(cstr.data());
+    mValue = QString::fromLatin1(cstr.data());
 #else
     mValue = QString::fromUtf8(exif_entry_get_value(mExifEntry));
 #endif
[prev in list] [next in list] [prev in thread] [next in thread] 

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