git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@34 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
@ -209,7 +209,8 @@ int eco_isundertaxon(ecotx_t *taxon,
|
|||||||
|
|
||||||
next_parent = taxon->parent;
|
next_parent = taxon->parent;
|
||||||
|
|
||||||
while ( (other_taxid != next_parent->taxid) && (next_parent!=0) )
|
while ( (other_taxid != next_parent->taxid) &&
|
||||||
|
(strcmp(next_parent->name, "root")) )
|
||||||
{
|
{
|
||||||
next_parent = next_parent->parent;
|
next_parent = next_parent->parent;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user