Length of xml vector in many structs changed from to since it is a vector size, not byte size. This includes transaction_data_t
This commit is contained in:
parent
5be5b02a84
commit
04017c97ba
23 changed files with 57 additions and 54 deletions
|
|
@ -75,7 +75,7 @@ enum xp_objtype{
|
|||
struct xp_ctx{
|
||||
enum xp_objtype xc_type;
|
||||
cxobj **xc_nodeset; /* if type XT_NODESET */
|
||||
size_t xc_size; /* Length of nodeset */
|
||||
int xc_size; /* Length of nodeset */
|
||||
int xc_bool; /* if xc_type XT_BOOL */
|
||||
double xc_number; /* if xc_type XT_NUMBER */
|
||||
char *xc_string; /* if xc_type XT_STRING */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue