[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:43:23 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=cc1bb0e
The following commit has been merged in the master branch:
commit cc1bb0edc07a552ee979e9b1e331a5ae129562d7
Author: vog <vog at notjusthosting.com>
Date: Fri Sep 14 16:06:18 2012 +0000
Bugfix in EPS debug output
---
src/epsimage.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/epsimage.cpp b/src/epsimage.cpp
index 9d9cf4f..06fd2d5 100644
--- a/src/epsimage.cpp
+++ b/src/epsimage.cpp
@@ -439,6 +439,7 @@ namespace {
if (significantLine) {
EXV_DEBUG << "readWriteEpsMetadata: Found significant line \"" << line << "\" at position: " << startPos << "
";
}
+ significantLine = true;
#endif
if (depth != 0) continue;
// explicit "Begin" comments
@@ -495,6 +496,7 @@ namespace {
if (significantLine) {
EXV_DEBUG << "readWriteEpsMetadata: Found significant line \"" << line << "\" at position: " << startPos << "
";
}
+ significantLine = true;
#endif
// implicit comments
if (line == "%%EOF" || line == "%begin_xml_code" || !(line.size() >= 2 && line[0] == '%' && '\x21' <= line[1] && line[1] <= '\x7e')) {
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list