Fix on the patch, Daniel

This commit is contained in:
Daniel Veillard 2000-08-04 18:24:45 +00:00
parent 88a172f75f
commit 7ebb1eebda

View File

@ -432,7 +432,7 @@ void parseAndPrintFile(char *filename) {
strange happened so we don't want to do anything. Do
we want to print an error message here?
<sven@zen.org> */
doc == NULL;
doc = NULL;
} else {
memcpy(&silent, ctxt->sax, sizeof(silent));
old = ctxt->sax;