From: Dan F. <dfa...@us...> - 2017-05-26 13:13:16
|
Update of /cvsroot/libexif/libexif/libexif/fuji In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26896/fuji Modified Files: mnote-fuji-entry.c Log Message: Fixed the internal MakerNote tag structs to use the correct enum type. Patch by Google. Index: mnote-fuji-entry.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/fuji/mnote-fuji-entry.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- mnote-fuji-entry.c 6 Feb 2010 00:15:22 -0000 1.6 +++ mnote-fuji-entry.c 26 May 2017 13:13:13 -0000 1.7 @@ -51,7 +51,7 @@ } static const struct { - ExifTag tag; + MnoteFujiTag tag; struct { int index; const char *string; |