renaming a func

This commit is contained in:
phyto
2020-12-07 10:30:18 +01:00
parent da8cfd1305
commit 1420deaf5e
3 changed files with 6 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ fprintf(stderr, "IdxValues array at %p\n", idxvalues);
/* compute all the needed values */
for (idx=0; idx<nombre; idx++) {
filename = ptr_glob->gl_pathv[idx];
foo = get_float_metric_from_file(filename, &metrique);
foo = get_float_metric_a_from_file(filename, &metrique);
if (foo) {
fprintf(stderr, "%s: err %d get metric of '%s'\n", __func__,
foo, filename);