summaryrefslogtreecommitdiff
path: root/textual.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-19 22:05:22 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-19 22:05:22 -0400
commitf19aeb6d448c892d24d5a97c8d66748fe5b8895f (patch)
treec216ca9ba85da56d02131cdb06dd36ad772e3760 /textual.cc
parenta9b207205f5d117db4f6a5d503ba7289882dec2d (diff)
downloadfork-ledger-f19aeb6d448c892d24d5a97c8d66748fe5b8895f.tar.gz
fork-ledger-f19aeb6d448c892d24d5a97c8d66748fe5b8895f.tar.bz2
fork-ledger-f19aeb6d448c892d24d5a97c8d66748fe5b8895f.zip
fixes
Diffstat (limited to 'textual.cc')
-rw-r--r--textual.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/textual.cc b/textual.cc
index 64d03286..1eea3806 100644
--- a/textual.cc
+++ b/textual.cc
@@ -533,8 +533,8 @@ unsigned int textual_parser_t::parse(std::istream& in,
push_var<unsigned int> save_linenum(linenum);
push_var<std::string> save_path(path);
- count += parser_t::parse(skip_ws(line), journal,
- account_stack.front());
+ count += parser_t::parse_file(skip_ws(line), journal,
+ account_stack.front());
}
break;