Lam Thai

Results 2 comments of Lam Thai

Thanks for the pointer! I ran it under gdb and the value passed to `jsonw_bool` is true. I think the problem is the caller: ``` case BTF_INT_BOOL: jsonw_bool(jw, *(int *)data);...

Making it `bool *` fixes the issue. I submitted a patch to [email protected] since the change is straightforward but not sure yet how to link it to this issue though.