From 9ec5bed6a7d715ffa69851569485a685dd69db2e Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 17 May 2020 16:19:17 -0700 Subject: prototype of front end cli --- sys/libbio/io/newick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/libbio/io/newick.c') 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; -- cgit v1.2.1