From d60c210bdadff5d8f5b9dc73a701560d54f69fff Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 9 May 2025 21:02:32 +0200 Subject: Fixes --- test/120_gendata_eo/gendata_eo_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/120_gendata_eo') diff --git a/test/120_gendata_eo/gendata_eo_tests.c b/test/120_gendata_eo/gendata_eo_tests.c index 08c495e..ec1fd64 100644 --- a/test/120_gendata_eo/gendata_eo_tests.c +++ b/test/120_gendata_eo/gendata_eo_tests.c @@ -17,8 +17,8 @@ Pruning table values (from nissy): unsigned char buf[FULLSIZE]; -size_t gendata_coord_dispatch(const char *, unsigned char *); -bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); +int64_t gendata_coord_dispatch(const char *, unsigned char *); +int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *); void run(void) { uint32_t i; -- cgit v1.3