diff options
-rw-r--r-- | lib.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ m4_define(__dcoins_denom, [m4_define([__denom], m4_ifelse( m4_regexp(__denom, [^\([0-9]+\)c], [0.\1]), [0], m4_regexp(__denom, [^\([0-9]\)e]), m4_regexp(__denom, [^\([0-9]\)e], [\1.00]), - [Something went wrong… check ‘init.m4’] + [Something went wrong… check ‘lib.m4’] ))]) m4_dnl Create a link to ‘$1’ with the text ‘$2’. This does some checks with the |