[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:47:28 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=1ff0bef

The following commit has been merged in the master branch:
commit 1ff0bef40919a6af36f53b374ff3f80e3a694e2e
Author: Robin Mills <robin at clanmills.com>
Date:   Sun Apr 23 11:00:17 2017 +0000

    #1175 Correction to r4597 Additional file (which, in error, I didn't to commit)
---
 samples/iotest.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/samples/iotest.cpp b/samples/iotest.cpp
index 66aa5d4..eef8c11 100644
--- a/samples/iotest.cpp
+++ b/samples/iotest.cpp
@@ -151,8 +151,8 @@ int WriteReadSeek(BasicIo &io)
         std::cerr << ": WRS size is not " << size1 << "
";
         return 2;
     }
-
-    io.seek(-size1, BasicIo::cur);
+    long     backup = (long)size1;
+    io.seek(-backup, BasicIo::cur);
 
     int c = EOF;
     std::memset(buf, -1, sizeof(buf));

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list