Update of /cvsroot/libexif/libexif/libexif/fuji
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv31717
Modified Files:
exif-mnote-data-fuji.c
Log Message:
Match remembered buffer size to really allocated size
Index: exif-mnote-data-fuji.c
===================================================================
RCS file: /cvsroot/libexif/libexif/libexif/fuji/exif-mnote-data-fuji.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -d -r1.4 -r1.5
--- exif-mnote-data-fuji.c 17 Feb 2008 18:31:56 -0000 1.4
+++ exif-mnote-data-fuji.c 22 Feb 2008 07:06:11 -0000 1.5
@@ -121,7 +121,6 @@ exif_mnote_data_fuji_save (ExifMnoteData
if (s & 1) ts += 1;
t = exif_mem_realloc (ne->mem, *buf, ts);
if (!t) {
- *buf_size = 0;
return;
}
*buf = t;
|