From b25989e47adfadabcf0dabfd58d615622887cee0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 13 Dec 2025 19:16:32 +0100 Subject: Intertwined table seems to work --- src/solvers/h48/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/solvers/h48/utils.h') diff --git a/src/solvers/h48/utils.h b/src/solvers/h48/utils.h index aa2ddde..17f1c94 100644 --- a/src/solvers/h48/utils.h +++ b/src/solvers/h48/utils.h @@ -68,6 +68,7 @@ dataid_h48(const char *hk, char buf[static NISSY_SIZE_DATAID]) if (err < 0) return err; - sprintf(buf, "h48h%" PRIu8 "k%" PRIu8, h, k); + sprintf(buf, "h48h%" PRIu8 "k%" PRIu8 "%s", h, k, + k == 2 ? "i" : ""); return NISSY_OK; } -- cgit v1.3