summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-03-08 04:15:48 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-03-08 04:15:48 -0400
commit77faaa926f06dc10cab65d08e0d35836d4a273a6 (patch)
tree4ae29e114cdcb7e4f858c0cd9817f12d9c3543c9 /src/report.h
parentdd6c0ae80dadc0965d9b723ed6a7be9323beec52 (diff)
downloadledger-77faaa926f06dc10cab65d08e0d35836d4a273a6.tar.gz
ledger-77faaa926f06dc10cab65d08e0d35836d4a273a6.tar.bz2
ledger-77faaa926f06dc10cab65d08e0d35836d4a273a6.zip
Rewrote the balance report again, to fix --depth
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h
index a8f048d3..55c37b22 100644
--- a/src/report.h
+++ b/src/report.h
@@ -304,7 +304,7 @@ public:
OPTION_(report_t, depth_, DO_(scope) {
interactive_t args(scope, "l");
- parent->HANDLER(limit_).on(string("depth<=") + args.get<string>(0));
+ parent->HANDLER(display_).on(string("depth<=") + args.get<string>(0));
});
OPTION_(report_t, deviation, DO() { // -D