* libjpeg/jpeg-data.c: Aravind <aravinds1@users.sourceforge.net>
found a bug there.
+2003-03-13 Lutz Mueller <lutz@users.sourceforge.net>
+
+ * libjpeg/jpeg-data.c: Aravind <aravinds1@users.sourceforge.net>
+ found a bug there.
+
2003-03-18 Lutz Mueller <lutz@users.sourceforge.net>
* libexif/exif-data.c (exif_data_new_from_file): Use the new
if (!section) {
jpeg_data_append_section (data);
memmove (&data->sections[2], &data->sections[1],
- sizeof (JPEGSection) * data->count - 2);
+ sizeof (JPEGSection) * (data->count - 2));
section = &data->sections[1];
}
section->marker = JPEG_MARKER_APP1;