From: Hartmut Holzgraefe Date: Fri, 9 May 2003 13:55:44 +0000 (+0000) Subject: removing the crashbug on windows X-Git-Tag: php-4.3.2RC3~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b3a23efa9864ff7c4c2f87d5296d5a451305cb9;p=php removing the crashbug on windows --- diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index fdd477b96a..09ebbe9a70 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -178,7 +178,6 @@ PHP_MINIT_FUNCTION(fdf) /* {{{ RINIT */ PHP_RINIT_FUNCTION(fdf) { - FDF_G(error) = FDFErcOK; return SUCCESS; } /* }}} */