summaryrefslogtreecommitdiff
path: root/src/entry.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.cc')
-rw-r--r--src/entry.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entry.cc b/src/entry.cc
index 9749b1df..d1aa1234 100644
--- a/src/entry.cc
+++ b/src/entry.cc
@@ -231,7 +231,7 @@ bool entry_base_t::finalize()
add_error_context(entry_context(*this));
#endif
add_error_context("Unbalanced remainder is: ");
- add_error_context(value_context(balance.unround()));
+ add_error_context(value_context(balance.unrounded()));
throw_(balance_error, "Entry does not balance");
}