]> git.pld-linux.org Git - packages/libexif.git/blame - libexif-gcc4.patch
- added pl.po, release 2
[packages/libexif.git] / libexif-gcc4.patch
CommitLineData
b55c6f7c
PS
1exif-utils.c:88:
2 error: static declaration of 'exif_get_sshort' follows non-static declaration
3../libexif/exif-utils.h:48:
4 error: previous declaration of 'exif_get_sshort' was here
5
6--- libexif-0.6.12/libexif/exif-utils.c.orig 2005-03-13 03:27:13.000000000 +0100
7+++ libexif-0.6.12/libexif/exif-utils.c 2005-03-17 01:19:01.000000000 +0100
8@@ -83,7 +83,7 @@
9 }
10 }
11
12-static ExifSShort
13+ExifSShort
14 exif_get_sshort (const unsigned char *buf, ExifByteOrder order)
15 {
16 if (!buf) return 0;
This page took 0.047832 seconds and 4 git commands to generate.