sim: Silence warning on 32-bit

This commit is contained in:
Denis Kenzior 2015-12-13 18:40:48 -08:00
parent b8aae77e97
commit 32516c4844
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ static gboolean parse_sim_io(GRil *ril, struct ril_msg *message,
* simResponse (string)
*/
if (message->buf_len < 12) {
ofono_error("Invalid SIM IO reply: size too small (< 12): %lu",
ofono_error("Invalid SIM IO reply: size too small (< 12): %u",
message->buf_len);
return FALSE;
}