From: Dan F. <dfa...@us...> - 2009-09-28 23:09:32
|
Update of /cvsroot/libexif/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5408/libexif Modified Files: exif-content.h Log Message: Removed some redundant code. Renamed a variable to prevent shadowing another. Index: exif-content.h =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-content.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -d -r1.19 -r1.20 --- exif-content.h 3 Jan 2009 08:19:20 -0000 1.19 +++ exif-content.h 28 Sep 2009 23:09:12 -0000 1.20 @@ -93,6 +93,7 @@ void exif_content_fix ( typedef void (* ExifContentForeachEntryFunc) (ExifEntry *, void *user_data); /*! Executes function on each EXIF tag in this IFD in turn. + * The tags will not necessarily be visited in numerical order. * * \param[in,out] content IFD over which to iterate * \param[in] func function to call for each entry |