From a24534a1ed1a38024fba0c5fe5374effb7432d0b Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 29 Oct 2002 23:08:01 +0000 Subject: 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. --- ext/gd/libgd/gd_io_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/gd/libgd/gd_io_file.c') diff --git a/ext/gd/libgd/gd_io_file.c b/ext/gd/libgd/gd_io_file.c index d0efd1af79..713646120e 100644 --- a/ext/gd/libgd/gd_io_file.c +++ b/ext/gd/libgd/gd_io_file.c @@ -71,7 +71,7 @@ gdNewFileCtx (FILE * f) ctx->ctx.tell = fileTell; ctx->ctx.seek = fileSeek; - ctx->ctx.free = gdFreeFileCtx; + ctx->ctx.gd_free = gdFreeFileCtx; return (gdIOCtx *) ctx; } -- cgit v1.2.1