From f79f8f41170d63fce590ee11c055bdc95039e16a Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 2 Feb 1998 23:28:11 +0000 Subject: [PATCH] add some notes git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@494 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/util.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util.c b/src/util.c index 9bd6d9dcac..0c7b2a6645 100644 --- a/src/util.c +++ b/src/util.c @@ -116,6 +116,10 @@ char * xaccPrintAmount (double val, short shrs) * * * Args: str -- pointer to string rep of sum * * Return: double -- the parsed amount * + * + * Note: be careful changing this algorithm. The Quicken-file-format + * parser depends a lot on the ability of this routine to do what it's + * doing. Don't break it! \********************************************************************/ double xaccParseUSAmount (char * str)