Resolve build break due to dlog formating patch 05/206005/1 tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_wearable_hotfix submit/tizen/20190515.072837 submit/tizen/20190527.061101 submit/tizen/20200205.104926 submit/tizen_5.5/20191031.000001 submit/tizen_5.5_mobile_hotfix/20201026.185109 submit/tizen_5.5_mobile_hotfix/20201125.191001 submit/tizen_5.5_mobile_hotfix/20201126.134001 submit/tizen_5.5_mobile_hotfix/20201126.142801 submit/tizen_5.5_wearable_hotfix/20201026.184309 tizen_5.5_src.m2_release
authorNilesh Trimbake <t.shripati@samsung.com>
Mon, 13 May 2019 07:23:54 +0000 (12:53 +0530)
committerNilesh Trimbake <t.shripati@samsung.com>
Mon, 13 May 2019 07:23:54 +0000 (12:53 +0530)
This patch resolve build break due to dlog formating verification.

Change-Id: I6b4ebbb10d55bd5465c699df2a809c8cb58dfc8d

src/main.c

index c6a99dfd4bb44e14af17f02e3b060fd5a9168be5..54bbdb2f6b83495acab0949a256482abdeead412 100755 (executable)
@@ -349,7 +349,7 @@ static void update_character_orientation()
                        else if (layout == I18N_ULOCALE_LAYOUT_RTL)
                                elm_config_mirrored_set(true);
                        else
-                               NOTISET_ERR("Unsupported character orientation type: %s", layout);
+                               NOTISET_ERR("Unsupported character orientation type: %u", layout);
                }
                free(lang);
        }