- xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now

Daniel
This commit is contained in:
Daniel Veillard 2001-02-16 13:21:29 +00:00
parent e0e265138e
commit f23e0095df
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* tree.[ch] parser.c xpath.c: fixed the problem of addressing

View File

@ -1970,7 +1970,7 @@ xmlXPathEqualNodeSetString(xmlXPathObjectPtr arg, const xmlChar *str) {
* Returns 0 or 1 depending on the results of the test.
*/
int
xmlXPathEqualNodeSetFloat(xmlXPathObjectPtr arg, float f) {
xmlXPathEqualNodeSetFloat(xmlXPathObjectPtr arg, double f) {
char buf[100] = "";
if ((arg == NULL) ||