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/100_gendata_cocsep | |
| parent | 5bb2b50a3f92c727ddf468df16bbc60a173d3115 (diff) | |
| download | nissy-core-d60c210bdadff5d8f5b9dc73a701560d54f69fff.tar.gz nissy-core-d60c210bdadff5d8f5b9dc73a701560d54f69fff.zip | |
Fixes
Diffstat (limited to 'test/100_gendata_cocsep')
| -rw-r--r-- | test/100_gendata_cocsep/gendata_cocsep_tests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/100_gendata_cocsep/gendata_cocsep_tests.c b/test/100_gendata_cocsep/gendata_cocsep_tests.c index 46b9443..c1eef77 100644 --- a/test/100_gendata_cocsep/gendata_cocsep_tests.c +++ b/test/100_gendata_cocsep/gendata_cocsep_tests.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | #define BUF_SIZE 2000000 | 3 | #define BUF_SIZE 2000000 |
| 4 | 4 | ||
| 5 | size_t gendata_cocsep(unsigned char *, uint64_t *, cube_t *); | 5 | size_t gendata_cocsep(unsigned char *, uint64_t *, cube_t *); |
| 6 | bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); | 6 | int64_t readtableinfo(size_t, const unsigned char *, tableinfo_t *); |
| 7 | 7 | ||
| 8 | void run(void) { | 8 | void run(void) { |
| 9 | unsigned char buf[BUF_SIZE]; | 9 | unsigned char buf[BUF_SIZE]; |
