summaryrefslogtreecommitdiff
path: root/textual.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-02-16 21:30:30 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:24 -0400
commitc7bc309c8da72301bd5ad23eacfb23f7baacbd21 (patch)
treeb47592f7f506861654ba0779ab10eb121db9d841 /textual.cc
parent2a9c9dd09b8ae1e2d6a8fa6b82e157ec5e65e510 (diff)
downloadfork-ledger-c7bc309c8da72301bd5ad23eacfb23f7baacbd21.tar.gz
fork-ledger-c7bc309c8da72301bd5ad23eacfb23f7baacbd21.tar.bz2
fork-ledger-c7bc309c8da72301bd5ad23eacfb23f7baacbd21.zip
(write_textual_journal): Corrected an error message.
Diffstat (limited to 'textual.cc')
-rw-r--r--textual.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/textual.cc b/textual.cc
index 8b4775a5..f3b0f9f6 100644
--- a/textual.cc
+++ b/textual.cc
@@ -854,7 +854,7 @@ void write_textual_journal(journal_t& journal, std::string path,
if (found.empty())
throw error(std::string("Journal does not refer to file '") +
- found + "'");
+ path + "'");
entries_list::iterator el = journal.entries.begin();
auto_entries_list::iterator al = journal.auto_entries.begin();