aboutsummaryrefslogtreecommitdiff
path: root/test/090_tables_readwrite/tables_readwrite_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/090_tables_readwrite/tables_readwrite_tests.c')
-rw-r--r--test/090_tables_readwrite/tables_readwrite_tests.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/090_tables_readwrite/tables_readwrite_tests.c b/test/090_tables_readwrite/tables_readwrite_tests.c
index 01c1172..3306dd6 100644
--- a/test/090_tables_readwrite/tables_readwrite_tests.c
+++ b/test/090_tables_readwrite/tables_readwrite_tests.c
@@ -1,7 +1,7 @@
1#include "../test.h" 1#include "../test.h"
2 2
3bool readtableinfo(uint64_t, const char *, tableinfo_t *); 3bool readtableinfo(uint64_t, const unsigned char *, tableinfo_t *);
4bool writetableinfo(const tableinfo_t *, uint64_t, char *); 4bool writetableinfo(const tableinfo_t *, uint64_t, unsigned char *);
5 5
6uint64_t readn(void) { 6uint64_t readn(void) {
7 char str[STRLENMAX]; 7 char str[STRLENMAX];
@@ -66,7 +66,7 @@ void test_writeinfo(tableinfo_t info) {
66} 66}
67 67
68void run(void) { 68void run(void) {
69 char buf[INFOSIZE]; 69 unsigned char buf[INFOSIZE];
70 tableinfo_t expected, actual; 70 tableinfo_t expected, actual;
71 71
72 expected = test_readinfo(); 72 expected = test_readinfo();

Generated with cgit - Back to sebastiano.tronto.net