summaryrefslogtreecommitdiff
path: root/guimb/collect.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-01-22 21:44:15 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-01-22 21:44:15 +0000
commit05f001b19dea73e5d2b6e16ddf7a7daa0f14b174 (patch)
treedeb443c5164bfb6f15a90fa7178f6f75044d945d /guimb/collect.c
parenta72eb831a177db6c061170e34f6fe6612f0f148c (diff)
downloadmailutils-05f001b19dea73e5d2b6e16ddf7a7daa0f14b174.tar.gz
mailutils-05f001b19dea73e5d2b6e16ddf7a7daa0f14b174.tar.bz2
Renamed mu_errstring to mu_strerror for consistency with the usual practice.
Diffstat (limited to 'guimb/collect.c')
-rw-r--r--guimb/collect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guimb/collect.c b/guimb/collect.c
index 6a5eda8b3..7dff23d24 100644
--- a/guimb/collect.c
+++ b/guimb/collect.c
@@ -39,7 +39,7 @@ collect_open_default ()
|| mailbox_open (mbox, MU_STREAM_RDWR) != 0)
{
util_error (_("can't open default mailbox %s: %s"),
- default_mailbox, mu_errstring (errno));
+ default_mailbox, mu_strerror (errno));
exit (1);
}

Return to:

Send suggestions and report system problems to the System administrator.