aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/tables.h
diff options
context:
space:
mode:
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