From 770ef0e18326048797d1770ab0c01a8f8af83b44 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 4 Mar 2006 09:56:51 +0000 Subject: *** no comment *** --- balance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balance.h b/balance.h index 4c2c8b00..83cf66b1 100644 --- a/balance.h +++ b/balance.h @@ -100,7 +100,7 @@ class balance_t if (i != amounts.end()) (*i).second -= amt; else if (amt) - amounts.insert(amounts_pair(&amt.commodity(), amt)); + amounts.insert(amounts_pair(&amt.commodity(), - amt)); return *this; } template -- cgit v1.2.3