aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/utils.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-12-13 19:16:32 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-14 10:26:34 +0100
commitb25989e47adfadabcf0dabfd58d615622887cee0 (patch)
treebf0037801f22e4bff1d29ce1724725cab098d4a5 /src/solvers/h48/utils.h
parent6c42463b800bbab4583e90aeb748a79037c65a9e (diff)
downloadnissy-core-b25989e47adfadabcf0dabfd58d615622887cee0.tar.gz
nissy-core-b25989e47adfadabcf0dabfd58d615622887cee0.zip
Intertwined table seems to work
Diffstat (limited to '')
-rw-r--r--src/solvers/h48/utils.h3
1 files changed, 2 insertions, 1 deletions
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])
68 if (err < 0) 68 if (err < 0)
69 return err; 69 return err;
70 70
71 sprintf(buf, "h48h%" PRIu8 "k%" PRIu8, h, k); 71 sprintf(buf, "h48h%" PRIu8 "k%" PRIu8 "%s", h, k,
72 k == 2 ? "i" : "");
72 return NISSY_OK; 73 return NISSY_OK;
73} 74}

Generated with cgit - Back to sebastiano.tronto.net