mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-17 18:19:32 +08:00
- xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
Daniel
This commit is contained in:
parent
e0e265138e
commit
f23e0095df
@ -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
|
||||
|
2
xpath.c
2
xpath.c
@ -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) ||
|
||||
|
Loading…
Reference in New Issue
Block a user