Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
[geeqie.git] / src / format_raw.c
index db2977d..b130e62 100644 (file)
@@ -304,6 +304,10 @@ gint format_raw_img_exif_offsets_fd(int fd, const gchar *path,
                if (debug) printf("RAW file parser extension match\n");
                }
 
+       /* FIXME:
+        * when the target is a tiff file it should be mmaped prior to format_raw_find as
+        * the make field data may not always be within header_data + header_len
+        */ 
        entry = format_raw_find(header_data, header_len);
 
        if (!entry || !entry->func_parse) return FALSE;