Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libxml2
Commits
18f113da
Commit
18f113da
authored
Apr 23, 2003
by
Daniel Veillard
Browse files
trivial fix for 109774 removing a warning Daniel
* xmlschemastypes.c: trivial fix for 109774 removing a warning Daniel
parent
85095e2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
18f113da
Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
* xmlschemastypes.c: trivial fix for 109774 removing a warning
Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
* DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
...
...
xmlschemastypes.c
View file @
18f113da
...
...
@@ -3046,8 +3046,6 @@ xmlSchemaCompareValues(xmlSchemaValPtr x, xmlSchemaValPtr y) {
(
y
->
type
==
XML_SCHEMAS_DOUBLE
))
return
(
xmlSchemaCompareFloats
(
x
,
y
));
return
(
-
2
);
TODO
break
;
case
XML_SCHEMAS_BOOLEAN
:
if
(
y
->
type
==
XML_SCHEMAS_BOOLEAN
)
{
if
(
x
->
value
.
b
==
y
->
value
.
b
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment