=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- mandoc/out.c 2011/01/08 17:00:27 1.31 +++ mandoc/out.c 2011/01/08 17:16:48 1.32 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.31 2011/01/08 17:00:27 kristaps Exp $ */ +/* $Id: out.c,v 1.32 2011/01/08 17:16:48 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -527,7 +527,7 @@ tblcalc_number(struct rofftbl *tbl, struct roffcol *co psz = (*tbl->slen)(buf, tbl->arg); - if (NULL != (cp = strchr(str, tp->decimal))) { + if (NULL != (cp = strrchr(str, tp->decimal))) { buf[1] = '\0'; for (ssz = 0, i = 0; cp != &str[i]; i++) { buf[0] = str[i];