From 6b85f2876a30db2c275e959677e7fa6b631af4e7 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Sat, 6 Dec 1997 03:26:12 +0000 Subject: [PATCH] correction git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@298 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util.c b/src/util.c index fc3e4c5b1b..8c03e3e7b8 100644 --- a/src/util.c +++ b/src/util.c @@ -81,6 +81,8 @@ dcoresize(void) /********************************************************************\ * currency & locale related stuff. * first attempt at internationalization i18n of currency amounts + * In the long run, amounts should be printed with punctuation + * returned from the localconv() subroutine \********************************************************************/ char * xaccPrintAmount (double val, short shrs)