aboutsummaryrefslogtreecommitdiff
path: root/sys/libbio/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libbio/test.c')
-rw-r--r--sys/libbio/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libbio/test.c b/sys/libbio/test.c
index 2efcdb6..baccd42 100644
--- a/sys/libbio/test.c
+++ b/sys/libbio/test.c
@@ -111,7 +111,7 @@ test·newick()
err = bio·readnewick(rdr, fd[0], al, mem, &t);
phylo·ladderize(t.root);
- printf("Loaded tree with %d leafs and %d nodes\n", t.nleaf, t.nnode);
+ printf("Loaded tree with %d leafs and %d nodes\n", t.nleaf, t.root->nnode);
err = bio·writenewick(t, wtr, fd[1]);
io·flush(fd[1]);