# HG changeset patch # User gqview # Date 1163004516 0 # Node ID 61e57ef42cf829368abb3b9cbca6b6f30af6f6d8 # Parent 73443803ea5950699da8bfba5691e3e687d7c8f1 Wed Nov 8 11:36:58 2006 John Ellis * format_nikon.h: For the pentax test, use tiff make instead of a magic string that can move location. diff -r 73443803ea59 -r 61e57ef42cf8 ChangeLog --- a/ChangeLog Wed Nov 08 00:57:04 2006 +0000 +++ b/ChangeLog Wed Nov 08 16:48:36 2006 +0000 @@ -1,3 +1,8 @@ +Wed Nov 8 11:36:58 2006 John Ellis + + * 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 * pan-view.c: For calendar view only show months that contain an image. diff -r 73443803ea59 -r 61e57ef42cf8 src/format_nikon.h --- a/src/format_nikon.h Wed Nov 08 00:57:04 2006 +0000 +++ b/src/format_nikon.h Wed Nov 08 16:48:36 2006 +0000 @@ -25,7 +25,7 @@ * 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 }