1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-31 17:17:37 +03:00

Put the fix of Daniel (from Tue Jan 11 14:41:47 CET) back in, since I

* xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
  back in, since I missed to update xmlschemas.c before doing
  the previous commit.
This commit is contained in:
Kasimier T. Buchcik 2005-01-13 12:25:57 +00:00
parent c3af19d1f7
commit de938cd4d7
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
* xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
back in, since I missed to update xmlschemas.c before doing
the previous commit.
Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
* xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues

View File

@ -14820,7 +14820,9 @@ xmlSchemaValidateSimpleTypeValue(xmlSchemaValidCtxtPtr ctxt,
* of white space separated tokens, each of which ·match·es a literal
* in the ·lexical space· of {item type definition}
*/
if (value == NULL)
value = BAD_CAST "";
tmpType = xmlSchemaGetListSimpleTypeItemType(type);
cur = value;
do {