From 2d86c949b9d482d0a509ee73e93c2157f1b8ca5e Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sun, 3 Oct 2004 16:29:53 +0000 Subject: [PATCH] Minor fixes in MakerNote headers --- src/nikonmn.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/nikonmn.cpp b/src/nikonmn.cpp index fccce801..00db81f7 100644 --- a/src/nikonmn.cpp +++ b/src/nikonmn.cpp @@ -19,15 +19,15 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* - File: nikon1mn.cpp - Version: $Name: $ $Revision: 1.8 $ + File: nikonmn.cpp + Version: $Name: $ $Revision: 1.9 $ Author(s): Andreas Huggel (ahu) History: 17-May-04, ahu: created 25-May-04, ahu: combined all Nikon formats in one component */ // ***************************************************************************** #include "rcsid.hpp" -EXIV2_RCSID("@(#) $Name: $ $Revision: 1.8 $ $RCSfile: nikonmn.cpp,v $"); +EXIV2_RCSID("@(#) $Name: $ $Revision: 1.9 $ $RCSfile: nikonmn.cpp,v $"); // ***************************************************************************** // included header files @@ -203,7 +203,7 @@ namespace Exiv2 { : IfdMakerNote(nikon2MnTagInfo, alloc), ifdItem_("Nikon2") { byte buf[] = { - 'N', 'i', 'k', 'o', 'n', '\0', 0x00, 0x00 + 'N', 'i', 'k', 'o', 'n', '\0', 0x00, 0x01 }; readHeader(buf, 8, byteOrder_); } @@ -396,7 +396,7 @@ namespace Exiv2 { absOffset_ = false; byte buf[] = { 'N', 'i', 'k', 'o', 'n', '\0', - 0x00, 0x00, 0x00, 0x00, 0x4d, 0x4d, 0x00, 0x2a, 0x00, 0x00, 0x00, 0x08 + 0x02, 0x10, 0x00, 0x00, 0x4d, 0x4d, 0x00, 0x2a, 0x00, 0x00, 0x00, 0x08 }; readHeader(buf, 18, byteOrder_); }