diff options
Diffstat (limited to 'media-gfx/exiv2/files/exiv2-0.10-jpgimage.diff')
-rw-r--r-- | media-gfx/exiv2/files/exiv2-0.10-jpgimage.diff | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/media-gfx/exiv2/files/exiv2-0.10-jpgimage.diff b/media-gfx/exiv2/files/exiv2-0.10-jpgimage.diff deleted file mode 100644 index d70541015196..000000000000 --- a/media-gfx/exiv2/files/exiv2-0.10-jpgimage.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- src/jpgimage.cpp.orig 2006-06-02 17:29:31.000000000 +0200 -+++ src/jpgimage.cpp 2006-08-19 00:59:00.000000000 +0200 -@@ -314,8 +314,9 @@ - // Find actual Iptc data within the APP13 segment - if (!Photoshop::locateIptcIrb(psData.pData_, psData.size_, - &record, &sizeHdr, &sizeIptc)) { -- assert(sizeIptc); -- if (iptcData_.load(record + sizeHdr, sizeIptc)) throw Error(36, "IPTC"); -+ if (sizeIptc) { -+ if (iptcData_.load(record + sizeHdr, sizeIptc)) throw Error(36, "IPTC"); -+ } - } - --search; - } |