diff options
Diffstat (limited to 'walk.cc')
-rw-r--r-- | walk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ void handle_value(const value_t& value, // fall through... case value_t::AMOUNT: - xact.amount = temp.as_amount_lval(); + xact.amount = temp.as_amount(); break; case value_t::BALANCE: |