diff options
Diffstat (limited to 'test/105_gendata_eoesep/gendata_eoesep_tests.c')
| -rw-r--r-- | test/105_gendata_eoesep/gendata_eoesep_tests.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/105_gendata_eoesep/gendata_eoesep_tests.c b/test/105_gendata_eoesep/gendata_eoesep_tests.c index 62c36bc..0c22d7f 100644 --- a/test/105_gendata_eoesep/gendata_eoesep_tests.c +++ b/test/105_gendata_eoesep/gendata_eoesep_tests.c | |||
| @@ -23,10 +23,10 @@ The test does not generate the full table. For reference, these are the values: | |||
| 23 | #define ISIZE 512 | 23 | #define ISIZE 512 |
| 24 | #define FULLSIZE (ISIZE + (CL*1024) + (4*EMAX)) | 24 | #define FULLSIZE (ISIZE + (CL*1024) + (4*EMAX)) |
| 25 | 25 | ||
| 26 | char buf[FULLSIZE]; | 26 | unsigned char buf[FULLSIZE]; |
| 27 | 27 | ||
| 28 | size_t gendata_eoesep(char [static FULLSIZE], uint8_t); | 28 | size_t gendata_eoesep(unsigned char [static FULLSIZE], uint8_t); |
| 29 | bool readtableinfo(uint64_t, const char *, tableinfo_t *); | 29 | bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *); |
| 30 | 30 | ||
| 31 | void run(void) { | 31 | void run(void) { |
| 32 | uint32_t i; | 32 | uint32_t i; |
