[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:45:43 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=3a7b0e0
The following commit has been merged in the master branch:
commit 3a7b0e0122f486432d58c083e57939858246afdc
Author: Robin Mills <robin at clanmills.com>
Date: Sun Sep 6 19:18:53 2015 +0000
#1114. Correction to r3929.
---
src/actions.cpp | 2 +-
test/data/bugfixes-test.out | Bin 1841265 -> 1841265 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/actions.cpp b/src/actions.cpp
index b0f55bf..e9984c9 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -704,7 +704,7 @@ namespace Action {
std::cout << std::dec << md.value();
} else {
int value = md.value().toLong();
- std::cout << std::dec << (value<128?value:value-255);
+ std::cout << std::dec << (value<128?value:value-256);
}
}
}
diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out
index 3806e2b..dcd5a5a 100644
Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list