summaryrefslogtreecommitdiff
path: root/walk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'walk.cc')
-rw-r--r--walk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/walk.cc b/walk.cc
index bbc56604..0b0a71e2 100644
--- a/walk.cc
+++ b/walk.cc
@@ -92,7 +92,7 @@ void changed_value_transactions::operator()(transaction_t * xact)
void subtotal_transactions::flush()
{
entry_t * entry = new entry_t;
- entry->date = start;
+ entry->date = start;
char buf[256];
// jww (2004-08-10): allow for a format string here