Fixed: [xpath_tree2cbuf() changes integers into floating point representations #99](https://github.com/clicon/clixon/issues/99)
This commit is contained in:
parent
9090fe6484
commit
6fc8a69dff
6 changed files with 61 additions and 51 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue