diff options
author | John Wiegley <johnw@newartisans.com> | 2003-10-02 05:04:38 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2003-10-02 05:04:38 +0000 |
commit | 3cfae2794784c1629dd98c0b600b2731e27a3f57 (patch) | |
tree | 5339db0e7df4b6f925788270d8c805111e729ae1 /register.cc | |
parent | bfff951c310b0b1b4f2ddaf3d69549bd3bac2717 (diff) | |
download | fork-ledger-3cfae2794784c1629dd98c0b600b2731e27a3f57.tar.gz fork-ledger-3cfae2794784c1629dd98c0b600b2731e27a3f57.tar.bz2 fork-ledger-3cfae2794784c1629dd98c0b600b2731e27a3f57.zip |
*** empty log message ***
Diffstat (limited to 'register.cc')
-rw-r--r-- | register.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/register.cc b/register.cc index e0128d10..bc7f6b06 100644 --- a/register.cc +++ b/register.cc @@ -28,7 +28,8 @@ static std::string truncated(const std::string& str, int width) // Register printing code // -void print_register(int argc, char **argv, std::ostream& out) +void print_register(int argc, char ** argv, regexps_t& regexps, + std::ostream& out) { optind = 1; |