Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Do not print the [ / ] header for fetch as it is wrong
Baptiste Daroussin committed 11 years ago
commit 119d5929c81b98d0c6f0c57f98de8474dc64c125
parent d1a41a6
1 file changed +1 -1
modified src/event.c
@@ -167,7 +167,7 @@ print_status_begin(struct sbuf *msg)
	}
#endif

-
	if (nbactions > 0)
+
	if (nbactions > 0 && nbdone > 0)
		sbuf_printf(msg, "[%d/%d] ", nbdone, nbactions);
}