Closed raniervf closed 4 years ago
Fix expression always false. Fix wrong format %i for uint32_t type.
Var info->msg_uid is uint32_t type, therefore% i, does not apply.
I committed the fixed for the printf format.
Fix expression always false. Fix wrong format %i for uint32_t type.