From: Antony Dovgal Date: Tue, 8 Jul 2008 15:24:12 +0000 (+0000) Subject: fix typo X-Git-Tag: php-5.3.0alpha1~438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a5375a0e32ae1645c184efb66efd8c17c2baf15;p=php fix typo --- 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;