<!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>
&gt; SVN commit 900580 by berger:<br>
&gt;<br>
&gt; 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>&gt; CCMAIL: Thomas Lübking &lt;thomas.luebking@web.de&gt;<br>
&gt;<br>
&gt;  M  +1 -1      kis_iptc_io.cpp<br>
&gt;<br>
&gt;<br>
&gt; --- trunk/koffice/krita/ui/kisexiv2/kis_iptc_io.cpp #900579:900580<br>
&gt; @@ -155,7 +155,7 @@<br>
&gt;  #if EXIV2_MAJOR_VERSION == 0 &amp;&amp; EXIV2_MINOR_VERSION &lt;= 17<br>
&gt;      iptcData.load((const Exiv2::byte*)arr.data(), arr.size());<br>
&gt;  #else<br>
&gt; -    Exiv2::IptcData::decode( iptcData, (const Exiv2::byte*)arr.data(),<br>
&gt; arr.size()); +    Exiv2::IptcParser::decode( iptcData, (const<br>
&gt; Exiv2::byte*)arr.data(), arr.size()); #endif<br>
&gt;      dbgFile &lt;&lt; "There are" &lt;&lt; iptcData.count() &lt;&lt; " entries in the IPTC<br>
&gt; 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>