]> git.pld-linux.org Git - packages/gd.git/commitdiff
- missing return (SEGV caught on ppc, worked on other archs by accident)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 19 Apr 2004 21:29:25 +0000 (21:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gd-return.patch -> 1.1

gd-return.patch [new file with mode: 0644]

diff --git a/gd-return.patch b/gd-return.patch
new file mode 100644 (file)
index 0000000..a408689
--- /dev/null
@@ -0,0 +1,11 @@
+--- gd-2.0.22/gd_io_dp.c.orig  2004-01-15 17:18:55.000000000 +0000
++++ gd-2.0.22/gd_io_dp.c       2004-04-19 21:13:53.846110631 +0000
+@@ -72,7 +72,7 @@
+ gdIOCtx *
+ gdNewDynamicCtx (int initialSize, void *data)
+ {
+-  gdNewDynamicCtxEx(initialSize, data, 1);
++  return gdNewDynamicCtxEx(initialSize, data, 1);
+ }
+ gdIOCtx *
This page took 0.050616 seconds and 4 git commands to generate.