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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:20 UTC 2017


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

The following commit has been merged in the master branch:
commit 9f505cec23aba299af70dd206c6a2d560f4ee078
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Mar 8 16:03:33 2007 +0000

    Fixed RAF read-support for systems without mmap. Bug #507.
---
 src/rafimage.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rafimage.cpp b/src/rafimage.cpp
index 7dafc7f..9164916 100644
--- a/src/rafimage.cpp
+++ b/src/rafimage.cpp
@@ -85,7 +85,7 @@ namespace Exiv2 {
         if (io_->open() != 0) throw Error(9, io_->path(), strError());
         IoCloser closer(*io_);
         // Ensure that this is the correct image type
-        if (!isRafType(*io_, true)) {
+        if (!isRafType(*io_, false)) {
             if (io_->error() || io_->eof()) throw Error(14);
             throw Error(3, "RAF");
         }

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list