[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:14 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=f343a21
The following commit has been merged in the master branch:
commit f343a21e21aa98960ddc8bc325306b2ca93da1db
Author: Robin Mills <robin at clanmills.com>
Date: Fri May 1 06:54:33 2015 +0000
#922. Mac fix for Image::stringFormat()
---
src/image.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/image.cpp b/src/image.cpp
index ca24278..b2f1dee 100644
--- a/src/image.cpp
+++ b/src/image.cpp
@@ -360,7 +360,7 @@ namespace Exiv2 {
{
std::string result;
- int need = (int) std::strlen(format); // initial guess
+ int need = (int) std::strlen(format)*2; // initial guess
char* buffer = NULL;
int again = 4;
int rc = -1;
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list