[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:22 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=69b05be
The following commit has been merged in the master branch:
commit 69b05be843051c1dac5e53744d77823646598fe6
Author: vog <vog at notjusthosting.com>
Date: Sat Jun 18 23:35:04 2011 +0000
#689: Improved debug output in EpsImage
---
src/epsimage.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/epsimage.cpp b/src/epsimage.cpp
index 6e17e32..0b5cd60 100644
--- a/src/epsimage.cpp
+++ b/src/epsimage.cpp
@@ -191,6 +191,9 @@ namespace Exiv2
const size_t firstLinePos = pos;
pos = readLine(line, data, firstLinePos, size);
const std::string firstLine = line;
+ #ifdef DEBUG
+ EXV_DEBUG << "Exiv2::EpsImage::doReadWriteMetadata: First line: " << firstLine << "
";
+ #endif
bool matched = false;
for (size_t i = 0; !matched && i < (sizeof epsFirstLine) / (sizeof *epsFirstLine); i++) {
matched = (firstLine == epsFirstLine[i]);
@@ -198,9 +201,6 @@ namespace Exiv2
if (!matched) {
throw Error(3, "EPS");
}
- #ifdef DEBUG
- EXV_DEBUG << "Exiv2::EpsImage::doReadWriteMetadata: Recognized first line: " << firstLine << "
";
- #endif
// determine line ending style of the first line
if (pos >= size) {
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list