mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-01 10:06:59 +03:00
- xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
Daniel
This commit is contained in:
@ -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>
|
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
|
* 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.
|
* Returns 0 or 1 depending on the results of the test.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
xmlXPathEqualNodeSetFloat(xmlXPathObjectPtr arg, float f) {
|
xmlXPathEqualNodeSetFloat(xmlXPathObjectPtr arg, double f) {
|
||||||
char buf[100] = "";
|
char buf[100] = "";
|
||||||
|
|
||||||
if ((arg == NULL) ||
|
if ((arg == NULL) ||
|
||||||
|
Reference in New Issue
Block a user