Mercurial > geeqie
diff src/exif.c @ 1572:df4e69170f2b
compilation fixes
author | nadvornik |
---|---|
date | Mon, 27 Apr 2009 21:39:56 +0000 |
parents | c776b1310ca6 |
children | 13ff1db545f6 |
line wrap: on
line diff
--- a/src/exif.c Mon Apr 27 20:19:21 2009 +0000 +++ b/src/exif.c Mon Apr 27 21:39:56 2009 +0000 @@ -1606,7 +1606,7 @@ if (!key) return NULL; /* convert xmp key to exif key */ - if (strcmp(key, ORIENTATION_KEY) == 0) key = "Exif.Image.Orientation"; + if (strcmp(key, "Xmp.tiff.Orientation") == 0) key = "Exif.Image.Orientation"; if (format == METADATA_FORMATTED) {