Fix compare function

This commit is contained in:
Eugen Betke 2024-04-09 12:13:37 +00:00
parent 77d358a4d0
commit 6bdef3a4c6
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ int grib_accessor_class_long_t::compare(grib_accessor* a, grib_accessor* b)
return err;
alen = count;
err = a->value_count(&count);
err = b->value_count(&count);
if (err)
return err;
blen = count;