diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-24 18:03:44 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-24 18:03:44 +0200 |
| commit | 214ef0fe87b48e044681bb831b8ae2fc2fe1a35b (patch) | |
| tree | 1dc657cd93d9c208bdee41b44f2f32b651177523 /src/steps.c | |
| parent | db4d88428a1bf20652f11d4cf9b31b7114fdacfb (diff) | |
| download | nissy-classic-214ef0fe87b48e044681bb831b8ae2fc2fe1a35b.tar.gz nissy-classic-214ef0fe87b48e044681bb831b8ae2fc2fe1a35b.zip | |
Added -L option
Diffstat (limited to 'src/steps.c')
| -rw-r--r-- | src/steps.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/steps.c b/src/steps.c index bdcbd2a..6754d22 100644 --- a/src/steps.c +++ b/src/steps.c | |||
| @@ -1678,9 +1678,10 @@ prepare_step(Step *step, SolveOptions *opts) | |||
| 1678 | { | 1678 | { |
| 1679 | int i; | 1679 | int i; |
| 1680 | 1680 | ||
| 1681 | if (step->final && opts->can_niss) { | 1681 | if (step->final && opts->nisstype != NORMAL) { |
| 1682 | opts->can_niss = false; | 1682 | opts->nisstype = NORMAL; |
| 1683 | fprintf(stderr, "Step is final, NISS not used (-n ignored)\n"); | 1683 | fprintf(stderr, "Step is final, NISS not used" |
| 1684 | " (-N and -L ignored)\n"); | ||
| 1684 | } | 1685 | } |
| 1685 | 1686 | ||
| 1686 | for (i = 0; i < step->ntables; i++) { | 1687 | for (i = 0; i < step->ntables; i++) { |
