aboutsummaryrefslogtreecommitdiff
path: root/sys/libbio/io/newick.c
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-05-17 16:19:17 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-05-17 16:19:17 -0700
commit9ec5bed6a7d715ffa69851569485a685dd69db2e (patch)
treec25eaef1000f52caacf25ee398e54f63067b8feb /sys/libbio/io/newick.c
parentc92c89280d036240a75ff122084dd58cde473394 (diff)
prototype of front end cli
Diffstat (limited to 'sys/libbio/io/newick.c')
-rw-r--r--sys/libbio/io/newick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libbio/io/newick.c b/sys/libbio/io/newick.c
index f9be2d2..da94ef2 100644
--- a/sys/libbio/io/newick.c
+++ b/sys/libbio/io/newick.c
@@ -236,7 +236,7 @@ parse(struct Parser *p)
errorf("incorrect format: unmatched comment bracket '['");
goto ERROR;
}
- strĀ·append(node->comment, tokstr(tok));
+ strĀ·append(&node->comment, tokstr(tok));
}
break;