changed my_bool to int
This commit is contained in:
parent
d7d79f8d4f
commit
f5a75bb57f
@ -34,7 +34,7 @@
|
||||
|
||||
struct param_data_t
|
||||
{
|
||||
my_bool is_null;
|
||||
int is_null;
|
||||
union
|
||||
{
|
||||
my_ulonglong llv;
|
||||
|
Loading…
Reference in New Issue
Block a user