mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
fix bug #66816 when validating. don't use sys/time.h if configure did not
* valid.c: fix bug #66816 when validating. * xmllint.c: don't use sys/time.h if configure did not found it Daniel
This commit is contained in:
parent
3fc555e520
commit
ed472f34d2
@ -1,3 +1,8 @@
|
||||
Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* valid.c: fix bug #66816 when validating.
|
||||
* xmllint.c: don't use sys/time.h if configure did not found it
|
||||
|
||||
Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
|
||||
|
||||
* docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
|
||||
|
1
valid.c
1
valid.c
@ -3938,6 +3938,7 @@ xmlValidateElementContent(xmlValidCtxtPtr ctxt, xmlNodePtr child,
|
||||
tmp->name = cur->name;
|
||||
tmp->ns = cur->ns;
|
||||
tmp->next = NULL;
|
||||
tmp->content = NULL;
|
||||
if (repl == NULL)
|
||||
repl = last = tmp;
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user