commit fb55a49c1e843b9bbc82b546740b28928d6bf6e9 Author: Simone Rota <sip@crux.nu> Date: Wed Feb 21 03:20:52 2007 +0000 libexif: removed old patch diff --git a/libexif/libexif-0.6.12-86740.patch b/libexif/libexif-0.6.12-86740.patch deleted file mode 100644 index ae272a4..0000000 --- a/libexif/libexif-0.6.12-86740.patch +++ /dev/null @@ -1,16 +0,0 @@ -=================================================================== -RCS file: /cvsroot/libexif/libexif/libexif/exif-data.c,v -retrieving revision 1.67 -retrieving revision 1.68 -diff -u -r1.67 -r1.68 ---- libexif/libexif/libexif/exif-data.c 2005/03/09 22:11:48 1.67 -+++ libexif/libexif/libexif/exif-data.c 2005/03/13 19:56:13 1.68 -@@ -231,7 +231,7 @@ - * the offset must be an even number. If we need to introduce - * a padding byte, we set it to 0. - */ -- if (s & 1) *ds++; -+ if (s & 1) (*ds)++; - *d = exif_mem_realloc (data->priv->mem, *d, *ds); - if (!*d) { - EXIF_LOG_NO_MEMORY (data->priv->log, "ExifData", *ds);