summaryrefslogtreecommitdiff
path: root/frm
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 /frm
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 'frm')
-rw-r--r--frm/frm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frm/frm.c b/frm/frm.c
index 87994a385..7d9291be6 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -337,7 +337,7 @@ main(int argc, char **argv)
337 { 337 {
338 fprintf (stderr, _("could not create mailbox <%s>: %s\n"), 338 fprintf (stderr, _("could not create mailbox <%s>: %s\n"),
339 mailbox_name ? mailbox_name : _("default"), 339 mailbox_name ? mailbox_name : _("default"),
340 mu_errstring(status)); 340 mu_strerror(status));
341 exit (3); 341 exit (3);
342 } 342 }
343 343
@@ -361,7 +361,7 @@ main(int argc, char **argv)
361 { 361 {
362 fprintf (stderr, _("could not open mailbox %s: %s\n"), 362 fprintf (stderr, _("could not open mailbox %s: %s\n"),
363 url_to_string (url), 363 url_to_string (url),
364 mu_errstring(status)); 364 mu_strerror(status));
365 365
366 goto cleanup; 366 goto cleanup;
367 } 367 }
@@ -384,7 +384,7 @@ main(int argc, char **argv)
384 mailbox_get_url (mbox, &url); 384 mailbox_get_url (mbox, &url);
385 fprintf (stderr, _("could not scan mailbox <%s>: %s\n"), 385 fprintf (stderr, _("could not scan mailbox <%s>: %s\n"),
386 url_to_string (url), 386 url_to_string (url),
387 mu_errstring(status)); 387 mu_strerror(status));
388 goto cleanup; 388 goto cleanup;
389 } 389 }
390 390

Return to:

Send suggestions and report system problems to the System administrator.