summaryrefslogtreecommitdiff
path: root/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'format.h')
-rw-r--r--format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.h b/format.h
index 562c7a31..65c111e1 100644
--- a/format.h
+++ b/format.h
@@ -247,7 +247,7 @@ class format_equity
if ((report_top || account->parent != NULL) &&
disp_pred_functor(account)) {
next_lines_format.format_elements(output_stream, details_t(account));
- account->flags |= ACCOUNT_DISPLAYED;
+ account->dflags |= ACCOUNT_DISPLAYED;
total += account->value.quantity;
}
}