Wed Nov 8 11:36:58 2006 John Ellis <johne@verizon.net>
authorJohn Ellis <johne@verizon.net>
Wed, 8 Nov 2006 16:48:36 +0000 (16:48 +0000)
committerJohn Ellis <johne@verizon.net>
Wed, 8 Nov 2006 16:48:36 +0000 (16:48 +0000)
        * format_nikon.h: For the pentax test, use tiff make instead of a magic
        string that can move location.

ChangeLog
src/format_nikon.h

index 30e1f64..2e87598 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov  8 11:36:58 2006  John Ellis  <johne@verizon.net>
+
+       * format_nikon.h: For the pentax test, use tiff make instead of a magic
+       string that can move location.
+
 Tue Nov  7 19:54:44 2006  John Ellis  <johne@verizon.net>
 
        * pan-view.c: For calendar view only show months that contain an image.
index f5882d2..5c2cd77 100644 (file)
@@ -25,7 +25,7 @@ gint format_nikon_raw(unsigned char *data, const guint len,
  * then avoid duplicating code and just stick it here and use the existing nikon parse.
  */
 #define FORMAT_RAW_PENTAX { "pef", \
-                           FORMAT_RAW_MATCH_MAGIC, 242, "PENTAX Corporation", 18, \
+                           FORMAT_RAW_MATCH_TIFF_MAKE, 0, "PENTAX Corporation", 18, \
                            FORMAT_RAW_EXIF_TIFF, NULL, \
                            "Pentax raw", format_nikon_raw }