]> granicus.if.org Git - php/commitdiff
removing the crashbug on windows
authorHartmut Holzgraefe <hholzgra@php.net>
Fri, 9 May 2003 13:55:44 +0000 (13:55 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Fri, 9 May 2003 13:55:44 +0000 (13:55 +0000)
ext/fdf/fdf.c

index fdd477b96a219f61a40c535882268427966ed63d..09ebbe9a702dd04eeafe6e56a87af6f90b1cb901 100644 (file)
@@ -178,7 +178,6 @@ PHP_MINIT_FUNCTION(fdf)
 
 /* {{{ RINIT */
 PHP_RINIT_FUNCTION(fdf) {
-       FDF_G(error) = FDFErcOK;
        return SUCCESS;
 }
 /* }}} */