diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-16 21:30:30 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:24 -0400 |
commit | c7bc309c8da72301bd5ad23eacfb23f7baacbd21 (patch) | |
tree | b47592f7f506861654ba0779ab10eb121db9d841 /textual.cc | |
parent | 2a9c9dd09b8ae1e2d6a8fa6b82e157ec5e65e510 (diff) | |
download | fork-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.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |