diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2002-10-29 23:08:01 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2002-10-29 23:08:01 +0000 |
| commit | a24534a1ed1a38024fba0c5fe5374effb7432d0b (patch) | |
| tree | d60c061c3cec25d29c4d99026eee958b75aa4a34 /ext/gd/libgd/gd_io_dp.c | |
| parent | 8c95cefac6db0ec18002e9c46b55895c584c8c07 (diff) | |
| download | php-git-a24534a1ed1a38024fba0c5fe5374effb7432d0b.tar.gz | |
Update bundled gd library with relevant changes from gd-2.0.4
I still need to add a configure check for the gdIOCtx struct
changes so building against older external gd libs will work again.
Diffstat (limited to 'ext/gd/libgd/gd_io_dp.c')
| -rw-r--r-- | ext/gd/libgd/gd_io_dp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/gd/libgd/gd_io_dp.c b/ext/gd/libgd/gd_io_dp.c index d28dfb01a4..c41743e78f 100644 --- a/ext/gd/libgd/gd_io_dp.c +++ b/ext/gd/libgd/gd_io_dp.c @@ -1,4 +1,3 @@ - /* * io_dp.c * @@ -95,7 +94,7 @@ gdNewDynamicCtx (int initialSize, void *data) ctx->ctx.seek = dynamicSeek; ctx->ctx.tell = dynamicTell; - ctx->ctx.free = gdFreeDynamicCtx; + ctx->ctx.gd_free = gdFreeDynamicCtx; return (gdIOCtx *) ctx; } |
