- Fix initializations

This commit is contained in:
Derick Rethans 2004-04-16 18:55:19 +00:00
parent fb25210072
commit 2ed9c955b8

View file

@ -1344,8 +1344,8 @@ PHP_FUNCTION(tidy_getopt)
TIDY_DOC_METHOD(__construct)
{
char *inputfile, *enc = NULL;
int input_len, enc_len = 0;
char *inputfile = NULL, *enc = NULL;
int input_len = 0, enc_len = 0;
zend_bool use_include_path = 0;
char *contents;
zval *options = NULL;