mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-07 10:42:55 +03:00
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
This commit is contained in:
@@ -118,7 +118,7 @@ static xmlChar *strparams[MAX_PARAMETERS + 1];
|
||||
static int nbstrparams = 0;
|
||||
static xmlChar *paths[MAX_PATHS + 1];
|
||||
static int nbpaths = 0;
|
||||
static const char *output = NULL;
|
||||
static char *output = NULL;
|
||||
static int errorno = 0;
|
||||
static const char *writesubtree = NULL;
|
||||
|
||||
@@ -555,7 +555,7 @@ main(int argc, char **argv)
|
||||
output = xmlCanonicPath(argv[i]);
|
||||
if (output == NULL)
|
||||
#endif
|
||||
output = xmlStrdup(argv[i]);
|
||||
output = (char *) xmlStrdup((xmlChar *) argv[i]);
|
||||
} else if ((!strcmp(argv[i], "-V")) ||
|
||||
(!strcmp(argv[i], "-version")) ||
|
||||
(!strcmp(argv[i], "--version"))) {
|
||||
|
Reference in New Issue
Block a user