From d60c210bdadff5d8f5b9dc73a701560d54f69fff Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 9 May 2025 21:02:32 +0200 Subject: Fixes --- test/105_gendata_eoesep/gendata_eoesep_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/105_gendata_eoesep') diff --git a/test/105_gendata_eoesep/gendata_eoesep_tests.c b/test/105_gendata_eoesep/gendata_eoesep_tests.c index 0c22d7f..7ed9778 100644 --- a/test/105_gendata_eoesep/gendata_eoesep_tests.c +++ b/test/105_gendata_eoesep/gendata_eoesep_tests.c @@ -26,7 +26,7 @@ The test does not generate the full table. For reference, these are the values: unsigned char buf[FULLSIZE]; size_t gendata_eoesep(unsigned char [static FULLSIZE], uint8_t); -bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); +int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *); void run(void) { uint32_t i; @@ -40,7 +40,7 @@ void run(void) { } printf("%zu\n", result); - printf("Classes (ESEP only): %zu\n", info.classes); + printf("Classes (ESEP only): %" PRIu64 "\n", info.classes); for (i = 0; i <= DEPTH; i++) printf("%" PRIu32 ": %" PRIu64 "\n", i, info.distribution[i]); } -- cgit v1.3