[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=b2be263
The following commit has been merged in the master branch:
commit b2be26320602b692b1a658ada027fa447341b278
Author: Robin Mills <robin at clanmills.com>
Date: Fri May 1 06:36:50 2015 +0000
#922 Fixing Image::formatString() on Windows
---
src/image.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/image.cpp b/src/image.cpp
index 644573b..ca24278 100644
--- a/src/image.cpp
+++ b/src/image.cpp
@@ -365,7 +365,7 @@ namespace Exiv2 {
int again = 4;
int rc = -1;
- if (rc < 0 && again--) {
+ while (rc < 0 && again--) {
if ( buffer ) delete[] buffer;
need *= 2 ;
buffer = new char[need];
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list