diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-09 21:02:32 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-09 21:02:32 +0200 |
| commit | d60c210bdadff5d8f5b9dc73a701560d54f69fff (patch) | |
| tree | 8a2e14281ee91d0f841eef18cc178c9a65b05732 /test/120_gendata_eo | |
| parent | 5bb2b50a3f92c727ddf468df16bbc60a173d3115 (diff) | |
| download | nissy-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.c | 4 |
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 | ||
| 18 | unsigned char buf[FULLSIZE]; | 18 | unsigned char buf[FULLSIZE]; |
| 19 | 19 | ||
| 20 | size_t gendata_coord_dispatch(const char *, unsigned char *); | 20 | int64_t gendata_coord_dispatch(const char *, unsigned char *); |
| 21 | bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); | 21 | int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *); |
| 22 | 22 | ||
| 23 | void run(void) { | 23 | void run(void) { |
| 24 | uint32_t i; | 24 | uint32_t i; |
