Magellan Linux

Contents of /trunk/libexif/patches/libexif-0.6.12-gcc4.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 391 byte(s)
-import

1 diff -ur libexif-0.6.12-orig/libexif/exif-utils.c libexif-0.6.12/libexif/exif-utils.c
2 --- libexif-0.6.12-orig/libexif/exif-utils.c 2005-04-06 23:50:37.000000000 -0400
3 +++ libexif-0.6.12/libexif/exif-utils.c 2005-04-06 23:51:09.000000000 -0400
4 @@ -83,7 +83,7 @@
5 }
6 }
7
8 -static ExifSShort
9 +ExifSShort
10 exif_get_sshort (const unsigned char *buf, ExifByteOrder order)
11 {
12 if (!buf) return 0;