From: foobar Date: Tue, 13 May 2003 22:09:18 +0000 (+0000) Subject: MFB: removing the crashbug on windows X-Git-Tag: RELEASE_0_9b~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0360a2c0122cb0b5cd8012907077bc017a203317;p=php MFB: removing the crashbug on windows --- diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index fdd477b96a..95e8698525 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -177,8 +177,8 @@ PHP_MINIT_FUNCTION(fdf) /* }}} */ /* {{{ RINIT */ -PHP_RINIT_FUNCTION(fdf) { - FDF_G(error) = FDFErcOK; +PHP_RINIT_FUNCTION(fdf) +{ return SUCCESS; } /* }}} */