commit 68f985857041fb0ae17f663adce7b7ca26dce5f8
parent 6c562ab57b17259cb538f6295a123c02bcd7d082
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date: Wed, 22 Dec 2021 15:49:59 +0100
fixed typo
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/nissy b/nissy
Binary files differ.
diff --git a/src/steps.c b/src/steps.c
@@ -1494,8 +1494,7 @@ prepare_step(Step *step, SolveOptions *opts)
if (step->final && opts->can_niss) {
opts->can_niss = false;
- fprintf(stderr, "Step if final, niss not used"
- "(-n ignored)\n");
+ fprintf(stderr, "Step is final, NISS not used (-n ignored)\n");
}
for (i = 0; i < step->ntables; i++)