Update of /cvsroot/libexif/libmnote/libmnote/canon
In directory sc8-pr-cvs1:/tmp/cvs-serv31714
Modified Files:
mnote-canon-entry.c
Log Message:
Index: mnote-canon-entry.c
===================================================================
RCS file: /cvsroot/libexif/libmnote/libmnote/canon/mnote-canon-entry.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mnote-canon-entry.c 26 Aug 2003 20:51:34 -0000 1.4
+++ mnote-canon-entry.c 26 Aug 2003 20:52:33 -0000 1.5
@@ -686,6 +686,7 @@
else if (entry->format == EXIF_FORMAT_ASCII)
strncpy (v, data, sizeof (v));
#endif
+ break;
}
return strdup (v);
|