Fixed: [xpath_tree2cbuf() changes integers into floating point representations #99](https://github.com/clicon/clixon/issues/99)

This commit is contained in:
Olof hagsand 2019-11-27 22:02:39 +01:00
parent 9090fe6484
commit 6fc8a69dff
6 changed files with 61 additions and 51 deletions

View file

@ -106,6 +106,7 @@ struct xpath_tree{
enum xp_type xs_type;
int xs_int; /* step-> axis-type */
double xs_double;
char *xs_strnr; /* original string xs_double: numeric value */
char *xs_s0;
char *xs_s1;
struct xpath_tree *xs_c0; /* child 0 */