diff options
author | John Wiegley <johnw@newartisans.com> | 2009-03-08 04:15:48 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-03-08 04:15:48 -0400 |
commit | 77faaa926f06dc10cab65d08e0d35836d4a273a6 (patch) | |
tree | 4ae29e114cdcb7e4f858c0cd9817f12d9c3543c9 /src/report.h | |
parent | dd6c0ae80dadc0965d9b723ed6a7be9323beec52 (diff) | |
download | ledger-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.h | 2 |
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 |