From 1e93d614a9b339af0e6b45a7e95c92b630f7aa3e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 31 Oct 2010 11:35:00 +0200 Subject: [PATCH] * fix typo --- src/mu-output-link.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mu-output-link.c b/src/mu-output-link.c index 4ec24cc9..7eb8d9be 100644 --- a/src/mu-output-link.c +++ b/src/mu-output-link.c @@ -73,7 +73,7 @@ mu_output_link_row (MuMsgIter *iter, const char* linksdir) if (access (path, R_OK) != 0) { if (errno == ENOENT) g_warning ("Cannot find source message %s: " - "the database is not up-to-date", pathq); + "the database is not up-to-date", path); else g_warning ("Cannot read source message %s: %s", path, strerror (errno));