Skip to content
Snippets Groups Projects
Commit 662f662d2946 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

fix bug #165201 when calling xsltInit() multiple times. Daniel

* libxslt/xslt.c: fix bug #165201 when calling xsltInit() multiple
  times.
Daniel
parent 4a390fb8cb59
No related branches found
No related tags found
No related merge requests found
Tue Mar 29 15:37:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
* libxslt/xslt.c: fix bug #165201 when calling xsltInit() multiple
times.
Tue Mar 29 15:13:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
* libxslt/preproc.c libxslt/xslt.c libxslt/xsltInternals.h:
......
......@@ -150,9 +150,5 @@
*/
static void
xsltInit (void) {
static int initialized = 0;
if (initialized == 0) {
initialized = 1;
xsltRegisterAllExtras();
}
......@@ -157,6 +153,5 @@
xsltRegisterAllExtras();
}
}
/**
* xsltIsBlank:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment