[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:41:36 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=8ba70c7
The following commit has been merged in the master branch:
commit 8ba70c74b1e471a1764a2f72c8055cf97f8c15a4
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sun May 2 15:33:44 2010 +0000
Updated max number of sub-IFDs.
---
src/tiffvisitor.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/tiffvisitor.cpp b/src/tiffvisitor.cpp
index 85eeab9..17128b7 100644
--- a/src/tiffvisitor.cpp
+++ b/src/tiffvisitor.cpp
@@ -1439,7 +1439,7 @@ namespace Exiv2 {
#endif
return;
}
- if (i > 9) { // Todo: should be 19 and shouldn't be hardcoded in the first place
+ if (i > 19) { // Todo: max number of sub-IFDs shouldn't be hardcoded
#ifndef SUPPRESS_WARNINGS
std::cerr << "Warning: "
<< "Directory " << tiffGroupName(object->group())
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list