diff src/format_raw.c @ 181:c01dd7c9c7dc

unified tag names between exiv2 and internal rxif parser
author nadvornik
date Wed, 13 Feb 2008 19:31:50 +0000
parents 0ca3b4c8ffae
children 41fc4bfc8b25
line wrap: on
line diff
--- a/src/format_raw.c	Wed Feb 13 17:47:55 2008 +0000
+++ b/src/format_raw.c	Wed Feb 13 19:31:50 2008 +0000
@@ -385,7 +385,7 @@
 	ExifItem *make;
 	gint n;
 
-	make = exif_get_item(exif, "Make");
+	make = exif_get_item(exif, "Exif.Image.Make");
 
 	n = 0;
 	while (format_exif_list[n].header_pattern)