Skip to content
Snippets Groups Projects
Commit 62bc78d9 authored by Yorhel's avatar Yorhel
Browse files

Increase space for item count in loading screen

Fixes #135
parent 72189c30
No related branches found
No related tags found
No related merge requests found
......@@ -119,10 +119,10 @@ static void draw_progress() {
ncaddstr(2, 2, "Total items: ");
uic_set(UIC_NUM);
printw("%-8d", dir_output.items);
printw("%-9d", dir_output.items);
if(dir_output.size) {
ncaddstrc(UIC_DEFAULT, 2, 23, "size: ");
ncaddstrc(UIC_DEFAULT, 2, 24, "size: ");
printsize(UIC_DEFAULT, dir_output.size);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment