1
0
Fork 0
forked from len0rd/rockbox

nwztools/upgtools: make the tool print the whole kas, not just 16 bytes

Change-Id: I9daca9148b7aaea905a765dfeb95faf6fb7198b1
This commit is contained in:
Amaury Pouly 2017-10-08 15:13:54 +02:00
parent 7e42e90294
commit e441c2696d

View file

@ -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