diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-06-13 14:58:09 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-06-13 14:58:09 +0000 |
commit | 636a24b3d9aaf208c172999c2668cb38db1d0dfa (patch) | |
tree | 902411231d2870da0b9d7fc5bf0ccee3d0c5bb15 /libexslt/sets.c | |
parent | 0422b114d40ed72d0b91c6aa372a41ceaa680c2a (diff) | |
download | libxslt-636a24b3d9aaf208c172999c2668cb38db1d0dfa.tar.gz libxslt-636a24b3d9aaf208c172999c2668cb38db1d0dfa.tar.bz2 libxslt-636a24b3d9aaf208c172999c2668cb38db1d0dfa.zip |
Moved the man pages to section 3 applied patch from Peter Breitenlohner
* libxslt.spec.in libexslt/Makefile.am libexslt/libexslt.3
libxslt/Makefile.am libxslt/libxslt.3: Moved the man pages
to section 3
* libexslt/sets.c: applied patch from Peter Breitenlohner
* doc/*: rebuilt the docs
* tests/docbook/result//* tests/xmlspec/*.html: changes in
generattion of " as " in element content.
Daniel
Diffstat (limited to 'libexslt/sets.c')
-rw-r--r-- | libexslt/sets.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexslt/sets.c b/libexslt/sets.c index 72f34133..59dc4387 100644 --- a/libexslt/sets.c +++ b/libexslt/sets.c @@ -101,8 +101,8 @@ static void exsltSetsDistinctFunction (xmlXPathParserContextPtr ctxt, int nargs) { xmlXPathObjectPtr obj; xmlNodeSetPtr ns, ret; - int boolval; - void *user; + int boolval = 0; + void *user = NULL; if (nargs != 1) { xmlXPathSetArityError(ctxt); |