diff options
Diffstat (limited to 'test/120_gendata_eo/gendata_eo_tests.c')
| -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 3a6ac07..46a0606 100644 --- a/test/120_gendata_eo/gendata_eo_tests.c +++ b/test/120_gendata_eo/gendata_eo_tests.c | |||
| @@ -17,7 +17,7 @@ Pruning table values (from nissy): | |||
| 17 | 17 | ||
| 18 | char buf[FULLSIZE]; | 18 | char buf[FULLSIZE]; |
| 19 | 19 | ||
| 20 | size_t gendata_coordinate_name(const char *, void *); | 20 | size_t gendata_coord_dispatch(const char *, void *); |
| 21 | bool readtableinfo(uint64_t, const char *, tableinfo_t *); | 21 | bool readtableinfo(uint64_t, const char *, tableinfo_t *); |
| 22 | 22 | ||
| 23 | void run(void) { | 23 | void run(void) { |
| @@ -25,7 +25,7 @@ void run(void) { | |||
| 25 | size_t result; | 25 | size_t result; |
| 26 | tableinfo_t info; | 26 | tableinfo_t info; |
| 27 | 27 | ||
| 28 | result = gendata_coordinate_name("EO", buf); | 28 | result = gendata_coord_dispatch("EO", buf); |
| 29 | if (readtableinfo(FULLSIZE, buf, &info) != NISSY_OK) { | 29 | if (readtableinfo(FULLSIZE, buf, &info) != NISSY_OK) { |
| 30 | printf("Error reading info from table\n"); | 30 | printf("Error reading info from table\n"); |
| 31 | return; | 31 | return; |
