From ea3e63040accf0dee29a8d0f70f46a591eaef619 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Thu, 20 Aug 1998 05:55:01 +0000 Subject: [PATCH] oops bug fix git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1010 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/SplitLedger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SplitLedger.c b/src/SplitLedger.c index f6f01d44e2..e0abd2293a 100644 --- a/src/SplitLedger.c +++ b/src/SplitLedger.c @@ -189,7 +189,7 @@ printf ("save split is %p \n", split); } if (MOD_TPRIC & changed) { - xaccSplitSetSharePrice (split, -(reg->priceTransCell->amount)); + xaccSplitSetSharePrice (split, reg->priceTransCell->amount); } if (MOD_TVALU & changed) {