nissy-classic

Stable branch of nissy
git clone https://git.tronto.net/nissy-classic
Download | Log | Files | Refs | README | LICENSE

commit f4891fd42ce2e36f0748465c596e7e8a9cc37965
parent 7a3643d82d605343c5003671f89b4128323922b2
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sat,  1 Mar 2025 10:25:17 +0100

Fix typos in warning message

Diffstat:
Msrc/pruning.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pruning.c b/src/pruning.c @@ -157,9 +157,9 @@ genptable(PruneData *pd, int nthreads) fprintf(stderr, "--- Warning ---\n" "You are using only %d threads to generate the pruning" - "tables. This can take a while." - "Unless you did this intentionally, you should re-run" - "this command with `-t 4' or more.\n" + " tables. This can take a while." + " Unless you did this intentionally, you should re-run" + " this command with `-t 4' or more.\n" "---------------\n\n", nthreads ); }