From e441c2696d43d80d8d43e217cbe451e971b67c52 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sun, 8 Oct 2017 15:13:54 +0200 Subject: nwztools/upgtools: make the tool print the whole kas, not just 16 bytes Change-Id: I9daca9148b7aaea905a765dfeb95faf6fb7198b1 --- utils/nwztools/upgtools/upgtool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/nwztools') diff --git a/utils/nwztools/upgtools/upgtool.c b/utils/nwztools/upgtools/upgtool.c index 7a4d78f0d7..ff2a1f60f7 100644 --- a/utils/nwztools/upgtools/upgtool.c +++ b/utils/nwztools/upgtools/upgtool.c @@ -435,7 +435,7 @@ int main(int argc, char **argv) cprintf(GREEN, " %s:", g_model_list[i].model); cprintf(RED, " kas="); - cprintf(YELLOW, "%."STR(NWZ_KAS_SIZE)"s", g_model_list[i].kas); + cprintf(YELLOW, "%s", g_model_list[i].kas); if(g_model_list[i].confirmed) cprintf(RED, " confirmed"); else -- cgit v1.2.3