From 9a5375a0e32ae1645c184efb66efd8c17c2baf15 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 8 Jul 2008 15:24:12 +0000 Subject: [PATCH] fix typo --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 4403389608..cefa592901 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -4176,7 +4176,7 @@ static void php_free_ps_enc(zend_rsrc_list_entry *rsrc TSRMLS_DC) Load a new font from specified file */ PHP_FUNCTION(imagepsloadfont) { - zval *file; + char *file; int file_len, f_ind, *font; #ifdef PHP_WIN32 struct stat st; -- 2.50.1