dinhvh / libetpan

Mail Framework for C Language
www.etpan.org
Other
613 stars 284 forks source link

Fixes mailbox.c #353

Closed raniervf closed 4 years ago

raniervf commented 4 years ago

Fix expression always false. Fix wrong format %i for uint32_t type.

raniervf commented 4 years ago

Var info->msg_uid is uint32_t type, therefore% i, does not apply.

dinhvh commented 4 years ago

I committed the fixed for the printf format.