<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Segoe'; font-size:10pt; font-weight:400; font-style:normal;">Am Tuesday 23 December 2008 schrieben Sie:<br>
> SVN commit 900580 by berger:<br>
><br>
> an other attempt to fix IPTC (we are almost there !)<br>
ok, compiles, but crashes on opening images (can't say why - i'll send you a backtrace tomorrow)<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Good night,<br>
Thomas<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>> CCMAIL: Thomas Lübking <thomas.luebking@web.de><br>
><br>
> M +1 -1 kis_iptc_io.cpp<br>
><br>
><br>
> --- trunk/koffice/krita/ui/kisexiv2/kis_iptc_io.cpp #900579:900580<br>
> @@ -155,7 +155,7 @@<br>
> #if EXIV2_MAJOR_VERSION == 0 && EXIV2_MINOR_VERSION <= 17<br>
> iptcData.load((const Exiv2::byte*)arr.data(), arr.size());<br>
> #else<br>
> - Exiv2::IptcData::decode( iptcData, (const Exiv2::byte*)arr.data(),<br>
> arr.size()); + Exiv2::IptcParser::decode( iptcData, (const<br>
> Exiv2::byte*)arr.data(), arr.size()); #endif<br>
> dbgFile << "There are" << iptcData.count() << " entries in the IPTC<br>
> section"; for (Exiv2::IptcMetadata::const_iterator it = iptcData.begin();<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>