csync-git
[mirrors/ArchLinux-Packages.git] / php / gd-info-segfault.patch
CommitLineData
209feeb0
H
1Index: ext/gd/libgd/gd_compat.c
2===================================================================
3--- ext/gd/libgd/gd_compat.c (Revision 286947)
4+++ ext/gd/libgd/gd_compat.c (Revision 286948)
5@@ -14,7 +14,7 @@
6 return JPEG_LIB_VERSION;
7 }
8
9-int gdJpegGetVersionString()
10+const char * gdJpegGetVersionString()
11 {
12 switch(JPEG_LIB_VERSION) {
13 case 62:
14Index: ext/gd/libgd/gd_compat.h
15===================================================================
16--- ext/gd/libgd/gd_compat.h (Revision 286947)
17+++ ext/gd/libgd/gd_compat.h (Revision 286948)
18@@ -8,7 +8,7 @@
19 #endif
20
21 const char * gdPngGetVersionString();
22-int gdJpegGetVersionString();
23+const char * gdJpegGetVersionString();
24 int gdJpegGetVersionInt();
25 int overflow2(int a, int b);
26
This page took 0.101319 seconds and 4 git commands to generate.