]> granicus.if.org Git - php/commitdiff
fix typo
authorAntony Dovgal <tony2001@php.net>
Tue, 8 Jul 2008 15:24:12 +0000 (15:24 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 8 Jul 2008 15:24:12 +0000 (15:24 +0000)
ext/gd/gd.c

index 44033896085d78421a8731e344790fe39de2e731..cefa5929018e25084cda0f6c8bb0b11f6372ab76 100644 (file)
@@ -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;