Fixed bug in calculation window title

This commit is contained in:
Yorhel 2009-04-19 09:45:27 +02:00
parent 8daeeea1d9
commit 76a2530579

View file

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