From 4b3a23efa9864ff7c4c2f87d5296d5a451305cb9 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 9 May 2003 13:55:44 +0000 Subject: [PATCH] removing the crashbug on windows --- ext/fdf/fdf.c | 1 - 1 file changed, 1 deletion(-) 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; } /* }}} */ -- 2.50.1