From: Dan F. <dfa...@us...> - 2010-08-11 02:11:25
|
Update of /cvsroot/libexif/libexif/libexif In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7295/libexif Modified Files: exif-tag.c Log Message: Removed redundant sentence. Fixes Ubuntu bug #197306 Index: exif-tag.c =================================================================== RCS file: /cvsroot/libexif/libexif/libexif/exif-tag.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -p -d -r1.66 -r1.67 --- exif-tag.c 6 Feb 2010 00:15:22 -0000 1.66 +++ exif-tag.c 11 Aug 2010 02:11:14 -0000 1.67 @@ -696,8 +696,7 @@ static const struct TagEntry { "conformance to the Exif audio format. Writers are also allowed " "to store the data such as Audio within APP2 as FlashPix " "extension stream data. " - "Audio files must be recorded in conformance to the Exif audio " - "format. The mapping of Exif image files and audio files is done " + "The mapping of Exif image files and audio files is done " "in any of three ways, [1], [2] and [3]. If multiple files " "are mapped to one file as in [2] or [3], the above " "format is used to record just one audio file name. If " |