libexif/libexif-0.6.12-gcc4.patch
2005-03-28 21:42:49 +00:00

12 lines
305 B
Diff

--- libexif-0.6.12/libexif/exif-utils.c.gcc4 2005-03-28 16:40:50.000000000 -0500
+++ libexif-0.6.12/libexif/exif-utils.c 2005-03-28 16:41:09.000000000 -0500
@@ -83,7 +83,7 @@
}
}
-static ExifSShort
+ExifSShort
exif_get_sshort (const unsigned char *buf, ExifByteOrder order)
{
if (!buf) return 0;