[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:36:09 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=370783f
The following commit has been merged in the master branch:
commit 370783fdce943e1056ce1075874d9211653d85d4
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Thu Mar 18 16:05:19 2004 +0000
Supported invalidByteOrder
---
src/image.cpp | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/image.cpp b/src/image.cpp
index 6927416..2be60eb 100644
--- a/src/image.cpp
+++ b/src/image.cpp
@@ -20,14 +20,14 @@
*/
/*
File: image.cpp
- Version: $Name: $ $Revision: 1.1 $
+ Version: $Name: $ $Revision: 1.2 $
Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
History: 26-Jan-04, ahu: created
11-Feb-04, ahu: isolated as a component
*/
// *****************************************************************************
#include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name: $ $Revision: 1.1 $ $RCSfile: image.cpp,v $")
+EXIV2_RCSID("@(#) $Name: $ $Revision: 1.2 $ $RCSfile: image.cpp,v $")
// *****************************************************************************
// included header files
@@ -225,6 +225,9 @@ namespace Exif {
buf[0] = 0x4d;
buf[1] = 0x4d;
break;
+ case invalidByteOrder:
+ // do nothing
+ break;
}
us2Data(buf+2, 0x002a, byteOrder_);
ul2Data(buf+4, 0x00000008, byteOrder_);
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list