aboutsummaryrefslogtreecommitdiff
path: root/sys/libbio/io/newick.c
diff options
context:
space:
mode:
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;