From 5a2000c8aa876dc7d203a596ccb6952b9d0bfda2 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 5 Jan 2006 18:16:15 +0000 Subject: [PATCH] - obsolete Changed files: libexif-gcc4.patch -> 1.2 libexif-segv.patch -> 1.2 --- libexif-gcc4.patch | 16 ---------------- libexif-segv.patch | 11 ----------- 2 files changed, 27 deletions(-) delete mode 100644 libexif-gcc4.patch delete mode 100644 libexif-segv.patch diff --git a/libexif-gcc4.patch b/libexif-gcc4.patch deleted file mode 100644 index 9f388af..0000000 --- a/libexif-gcc4.patch +++ /dev/null @@ -1,16 +0,0 @@ -exif-utils.c:88: - error: static declaration of 'exif_get_sshort' follows non-static declaration -../libexif/exif-utils.h:48: - error: previous declaration of 'exif_get_sshort' was here - ---- libexif-0.6.12/libexif/exif-utils.c.orig 2005-03-13 03:27:13.000000000 +0100 -+++ libexif-0.6.12/libexif/exif-utils.c 2005-03-17 01:19:01.000000000 +0100 -@@ -83,7 +83,7 @@ - } - } - --static ExifSShort -+ExifSShort - exif_get_sshort (const unsigned char *buf, ExifByteOrder order) - { - if (!buf) return 0; diff --git a/libexif-segv.patch b/libexif-segv.patch deleted file mode 100644 index cca4d2e..0000000 --- a/libexif-segv.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libexif-0.6.12/libexif/exif-data.c.orig 2005-03-13 03:27:13.000000000 +0100 -+++ libexif-0.6.12/libexif/exif-data.c 2005-03-24 19:31:33.047252528 +0100 -@@ -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); -- 2.44.0