(write_textual_journal): Corrected an error message.

This commit is contained in:
John Wiegley 2006-02-16 21:30:30 +00:00
parent 10fc16e114
commit 349183d5ea

View file

@ -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();