Skip to content
Snippets Groups Projects
Commit 76a25305 authored by Yorhel's avatar Yorhel
Browse files

Fixed bug in calculation window title

parent 8daeeea1
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ void calc_draw_progress() {
char ani[15];
int i;
nccreate(10, 60, orig ? "Calculating..." : "Recalculating...");
nccreate(10, 60, !orig ? "Calculating..." : "Recalculating...");
ncprint(2, 2, "Total items: %-8d size: %s",
root->items, formatsize(root->size));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment