aboutsummaryrefslogtreecommitdiff
path: root/src/libbio/newick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libbio/newick.c')
-rw-r--r--src/libbio/newick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libbio/newick.c b/src/libbio/newick.c
index a555379..6071c1e 100644
--- a/src/libbio/newick.c
+++ b/src/libbio/newick.c
@@ -118,7 +118,7 @@ lex(io·Peeker s, void* fp)
*c = 0;
tok.kind = tok·number;
- tok.lit.x = atof(b);
+ tok.lit.x = str·atof(b);
return tok;
case '\"':