aboutsummaryrefslogtreecommitdiff
path: root/test/120_gendata_eo
diff options
context:
space:
mode:
Diffstat (limited to 'test/120_gendata_eo')
-rw-r--r--test/120_gendata_eo/gendata_eo_tests.c4
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
18char buf[FULLSIZE]; 18char buf[FULLSIZE];
19 19
20size_t gendata_coordinate_name(const char *, void *); 20size_t gendata_coord_dispatch(const char *, void *);
21bool readtableinfo(uint64_t, const char *, tableinfo_t *); 21bool readtableinfo(uint64_t, const char *, tableinfo_t *);
22 22
23void run(void) { 23void 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;

Generated with cgit - Back to sebastiano.tronto.net