summaryrefslogtreecommitdiff
path: root/textual.cc
diff options
context:
space:
mode:
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();