[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:42:23 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=dfe65c4

The following commit has been merged in the master branch:
commit dfe65c42149084b4e77e59db6697bc798e3f0bd8
Author: vog <vog at notjusthosting.com>
Date:   Mon Jun 20 01:10:41 2011 +0000

    #689: Improved performance of EpsImage
---
 src/epsimage.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/epsimage.cpp b/src/epsimage.cpp
index 41c06dd..1cce9c3 100644
--- a/src/epsimage.cpp
+++ b/src/epsimage.cpp
@@ -261,6 +261,7 @@ namespace Exiv2
                     #endif
                 }
             }
+            if (line.size() >= 1 && line[0] != '%') continue; // performance optimization
             if (line == "%%EOF" && posPageTrailer == size) {
                 posPageTrailer = startPos;
                 #ifdef DEBUG

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list