summaryrefslogtreecommitdiff
path: root/ext/fdf
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-05-13 22:09:18 +0000
committerfoobar <sniper@php.net>2003-05-13 22:09:18 +0000
commit0360a2c0122cb0b5cd8012907077bc017a203317 (patch)
treea661ddf313ef9845adf73c1291924acb759e37e4 /ext/fdf
parentb76261dcbb8b32dc24f05cfdbf347c68721e37dd (diff)
downloadphp-git-0360a2c0122cb0b5cd8012907077bc017a203317.tar.gz
MFB: removing the crashbug on windows
Diffstat (limited to 'ext/fdf')
-rw-r--r--ext/fdf/fdf.c4
1 files changed, 2 insertions, 2 deletions
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;
}
/* }}} */