summaryrefslogtreecommitdiff
path: root/libexslt/sets.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-06-13 14:58:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-06-13 14:58:09 +0000
commit636a24b3d9aaf208c172999c2668cb38db1d0dfa (patch)
tree902411231d2870da0b9d7fc5bf0ccee3d0c5bb15 /libexslt/sets.c
parent0422b114d40ed72d0b91c6aa372a41ceaa680c2a (diff)
downloadlibxslt-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 &quot; as " in element content. Daniel
Diffstat (limited to 'libexslt/sets.c')
-rw-r--r--libexslt/sets.c4
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);