diff src/image.c @ 181:c01dd7c9c7dc

unified tag names between exiv2 and internal rxif parser
author nadvornik
date Wed, 13 Feb 2008 19:31:50 +0000
parents e6c8cf017d68
children 0584cb78aa14
line wrap: on
line diff
--- a/src/image.c	Wed Feb 13 17:47:55 2008 +0000
+++ b/src/image.c	Wed Feb 13 19:31:50 2008 +0000
@@ -369,7 +369,7 @@
 			gint cs;
 
 			/* ColorSpace == 1 specifies sRGB per EXIF 2.2 */
-			if (exif_get_integer(exif, "ColorSpace", &cs) &&
+			if (exif_get_integer(exif, "Exif.Photo.ColorSpace", &cs) &&
 			    cs == 1)
 				{
 				input_type = COLOR_PROFILE_SRGB;