Missing line probably source of bugs
In the file ecotax.c
, in the function readnext_ecotaxon
, line 166, the taxon name is not flagged with a 0 at the end after using strncpy
.
This line should be added:
taxon->name[raw->name_length] = 0;
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information