aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/h48/utils.h')
-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