[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:40:40 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=5751d72
The following commit has been merged in the master branch:
commit 5751d7222413bc9a5e360f8c8aaff29b6d0a18ac
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sun Jul 12 13:31:11 2009 +0000
Changed warning 'Invalid Photoshop IRB data size X or extended Photoshop IRB' to debug message.
---
src/jpgimage.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/jpgimage.cpp b/src/jpgimage.cpp
index 33cd328..f683726 100644
--- a/src/jpgimage.cpp
+++ b/src/jpgimage.cpp
@@ -147,7 +147,7 @@ namespace Exiv2 {
uint32_t dataSize = getULong(pPsData + position, bigEndian);
position += 4;
if (dataSize > static_cast<uint32_t>(sizePsData - position)) {
-#ifndef SUPPRESS_WARNINGS
+#ifdef DEBUG
std::cerr << "Warning: "
<< "Invalid Photoshop IRB data size "
<< dataSize << " or extended Photoshop IRB
";
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list