Fix client flags to be int64 in module.c
currently there's no bug since the flags these functions handle are always lower than 32bit, but still better fix the type to prevent future bugs.
Please register or sign in to comment
currently there's no bug since the flags these functions handle are always lower than 32bit, but still better fix the type to prevent future bugs.