changed my_bool to int

This commit is contained in:
hyung-hwan 2022-09-26 16:26:16 +09:00
parent d7d79f8d4f
commit f5a75bb57f

View File

@ -34,7 +34,7 @@
struct param_data_t struct param_data_t
{ {
my_bool is_null; int is_null;
union union
{ {
my_ulonglong llv; my_ulonglong llv;