From af6e9af26e0f547b41fc85f1cce07040cb3dbc87 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 14 Dec 2025 19:35:57 +0100 Subject: Update comments --- src/solvers/h48/checkdata.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/solvers/h48/checkdata.h') diff --git a/src/solvers/h48/checkdata.h b/src/solvers/h48/checkdata.h index 7aa18aa..948ac67 100644 --- a/src/solvers/h48/checkdata.h +++ b/src/solvers/h48/checkdata.h @@ -1,7 +1,6 @@ STATIC long long checkdata_h48( const char *, unsigned long long, const unsigned char *); -/* TODO: Currently unused, re-introduce check on cocsep table */ uint64_t expected_cocsep[21] = { [0] = 1, [1] = 6, @@ -130,6 +129,10 @@ struct { }; /* +TODO: add check for cocsep table. + +TODO: add check for fallback values at the end of each line. + TODO: this function can be simplified, now we support only one h48 table + eoesep. The loop can be just two checks. */ -- cgit v1.3