From 4fb970ad4e7d0558f7bf32dbad2333dbf3cb3ab4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 23 Dec 2021 19:01:33 +0100 Subject: Fixes for yesterday's commit --- src/steps.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/steps.c') diff --git a/src/steps.c b/src/steps.c index 0357e69..2517d16 100644 --- a/src/steps.c +++ b/src/steps.c @@ -1497,6 +1497,9 @@ prepare_step(Step *step, SolveOptions *opts) fprintf(stderr, "Step is final, NISS not used (-n ignored)\n"); } - for (i = 0; i < step->ntables; i++) + for (i = 0; i < step->ntables; i++) { genptable(step->tables[i], opts->nthreads); + if (step->tables[i]->compact) + genptable(step->tables[i]->fallback, opts->nthreads); + } } -- cgit v1.3