[libxml2] Fix a wrong enum type use in Schemas Types
- From: Daniel Veillard <veillard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Fix a wrong enum type use in Schemas Types
- Date: Wed, 29 Feb 2012 01:45:05 +0000 (UTC)
commit aae48e64dfbf2b46b157a4c1857e30645116388f
Author: Nico Weber <thakis chromium org>
Date: Wed Feb 29 09:44:35 2012 +0800
Fix a wrong enum type use in Schemas Types
xmlschemastypes.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xmlschemastypes.c b/xmlschemastypes.c
index 834b261..4518499 100644
--- a/xmlschemastypes.c
+++ b/xmlschemastypes.c
@@ -5122,9 +5122,9 @@ xmlSchemaValidateListSimpleTypeFacet(xmlSchemaFacetPtr facet,
*/
static int
xmlSchemaValidateLengthFacetInternal(xmlSchemaFacetPtr facet,
- xmlSchemaTypeType valType,
+ xmlSchemaValType valType,
const xmlChar *value,
- xmlSchemaValPtr val,
+ xmlSchemaValPtr val,
unsigned long *length,
xmlSchemaWhitespaceValueType ws)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]