aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbl_term.c')
-rw-r--r--tbl_term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_term.c b/tbl_term.c
index edf03420..34a445cd 100644
--- a/tbl_term.c
+++ b/tbl_term.c
@@ -1,4 +1,4 @@
-/* $Id: tbl_term.c,v 1.14 2011/01/08 17:00:27 kristaps Exp $ */
+/* $Id: tbl_term.c,v 1.15 2011/01/08 17:16:48 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -400,7 +400,7 @@ tbl_number(struct termp *tp, const struct tbl *tbl,
psz = term_strlen(tp, buf);
- if (NULL != (cp = strchr(str, tbl->decimal))) {
+ if (NULL != (cp = strrchr(str, tbl->decimal))) {
buf[1] = '\0';
for (ssz = 0, i = 0; cp != &str[i]; i++) {
buf[0] = str[i];