aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/tables.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-19 19:17:13 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-19 19:17:13 +0200
commita3a477870cdbdb4b9c4c8b403c09b13502291234 (patch)
treedb26bc921e48ea8c919f19aa05395f100b854fec /src/solvers/tables.h
parentb80b1b78901154240bc5d2ab6f5ea4465bf7fa67 (diff)
downloadnissy-core-a3a477870cdbdb4b9c4c8b403c09b13502291234.tar.gz
nissy-core-a3a477870cdbdb4b9c4c8b403c09b13502291234.zip
Finished Python module
Diffstat (limited to 'src/solvers/tables.h')
-rw-r--r--src/solvers/tables.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/solvers/tables.h b/src/solvers/tables.h
index 060b018..3147416 100644
--- a/src/solvers/tables.h
+++ b/src/solvers/tables.h
@@ -35,7 +35,8 @@ readtableinfo(uint64_t buf_size, const char *buf, tableinfo_t *info)
35 35
36 if (buf_size < INFOSIZE) { 36 if (buf_size < INFOSIZE) {
37 LOG("Error reading table: buffer size is too small " 37 LOG("Error reading table: buffer size is too small "
38 "(smaller than INFOSIZE = %" PRId64 ")\n", INFOSIZE); 38 "(given size %" PRIu64 " is smaller than INFOSIZE = %"
39 PRId64 ")\n", buf_size, INFOSIZE);
39 return NISSY_ERROR_BUFFER_SIZE; 40 return NISSY_ERROR_BUFFER_SIZE;
40 } 41 }
41 42

Generated with cgit - Back to sebastiano.tronto.net