1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

- 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

@ -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) ||