Mercurial > geeqie.yaz
changeset 103:61e57ef42cf8
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.
author | gqview |
---|---|
date | Wed, 08 Nov 2006 16:48:36 +0000 |
parents | 73443803ea59 |
children | 8d358a53146e |
files | ChangeLog src/format_nikon.h |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 }