]> git.pld-linux.org Git - packages/gd.git/commitdiff
- obsolete (merged)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Apr 2004 23:03:01 +0000 (23:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gd-return.patch -> 1.2

gd-return.patch [deleted file]

diff --git a/gd-return.patch b/gd-return.patch
deleted file mode 100644 (file)
index a408689..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.13359 seconds and 4 git commands to generate.