From 68f985857041fb0ae17f663adce7b7ca26dce5f8 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 22 Dec 2021 15:49:59 +0100 Subject: fixed typo --- nissy | Bin 0 -> 319928 bytes src/steps.c | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100755 nissy diff --git a/nissy b/nissy new file mode 100755 index 0000000..5b6d5ed Binary files /dev/null and b/nissy differ diff --git a/src/steps.c b/src/steps.c index 933d823..0357e69 100644 --- 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++) -- cgit v1.3