From: Kartik Tidke Date: Tue, 8 Jan 2019 12:51:52 +0000 (+0530) Subject: Fix dlog format errors X-Git-Tag: accepted/tizen/unified/20190108.124910^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0efa2838a1b8676e5499c4d77c37d45f49cd9530;p=apps%2Fnative%2Fworldclock-efl.git Fix dlog format errors Change-Id: Ib4a2e27f3ab3e0045462a1c2b5eedc961a2cd320 Signed-off-by: Kartik Tidke --- diff --git a/src/worldclock_add_view.c b/src/worldclock_add_view.c index 97afd6a..9b13937 100644 --- a/src/worldclock_add_view.c +++ b/src/worldclock_add_view.c @@ -1138,7 +1138,7 @@ static void _location_btn_clicked_cb(void *data, Evas_Object *obj, void *event_i if (plmn) { strncpy(wa->current_mcc, plmn, 3); FREEIF(plmn); - CLK_INFO("MCC from networ PLMN = %s, length = %d", wa->current_mcc, strlen(wa->current_mcc)); + CLK_INFO("MCC from networ PLMN = %s, length = %zu", wa->current_mcc, strlen(wa->current_mcc)); if (strlen(wa->current_mcc) && strncmp(wa->current_mcc, "11111", 3) != 0) { CLK_ERR("find");