aboutsummaryrefslogtreecommitdiff
path: root/test/120_gendata_eo
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-09 21:02:32 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-09 21:02:32 +0200
commitd60c210bdadff5d8f5b9dc73a701560d54f69fff (patch)
tree8a2e14281ee91d0f841eef18cc178c9a65b05732 /test/120_gendata_eo
parent5bb2b50a3f92c727ddf468df16bbc60a173d3115 (diff)
downloadnissy-core-d60c210bdadff5d8f5b9dc73a701560d54f69fff.tar.gz
nissy-core-d60c210bdadff5d8f5b9dc73a701560d54f69fff.zip
Fixes
Diffstat (limited to 'test/120_gendata_eo')
-rw-r--r--test/120_gendata_eo/gendata_eo_tests.c4
1 files changed, 2 insertions, 2 deletions
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):
17 17
18unsigned char buf[FULLSIZE]; 18unsigned char buf[FULLSIZE];
19 19
20size_t gendata_coord_dispatch(const char *, unsigned char *); 20int64_t gendata_coord_dispatch(const char *, unsigned char *);
21bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); 21int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *);
22 22
23void run(void) { 23void run(void) {
24 uint32_t i; 24 uint32_t i;

Generated with cgit - Back to sebastiano.tronto.net