From: Dan F. <dfa...@us...> - 2008-11-19 05:38:52
|
Update of /cvsroot/libexif/exif/exif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25701/exif Modified Files: actions.c Log Message: Be more specific about the possible cause of a MakerNote problem Index: actions.c =================================================================== RCS file: /cvsroot/libexif/exif/exif/actions.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -d -r1.35 -r1.36 --- actions.c 4 Nov 2008 05:19:58 -0000 1.35 +++ actions.c 19 Nov 2008 05:38:45 -0000 1.36 @@ -437,7 +437,7 @@ action_mnote_list (ExifData *ed, ExifPar n = exif_data_get_mnote_data (ed); if (!n) { - printf (_("Unknown MakerNote format.\n")); + printf (_("Unknown format or nonexistent MakerNote.\n")); return; } |