summaryrefslogtreecommitdiff
path: root/libsieve/argp.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 /libsieve/argp.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 'libsieve/argp.c')
-rw-r--r--libsieve/argp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsieve/argp.c b/libsieve/argp.c
index d5d99fee3..de5e52425 100644
--- a/libsieve/argp.c
+++ b/libsieve/argp.c
@@ -87,7 +87,7 @@ sieve_argp_parser (int key, char *arg, struct argp_state *state)
if (rc)
{
argp_error (state, "can't create list: %s",
- mu_errstring (rc));
+ mu_strerror (rc));
exit (1);
}
}

Return to:

Send suggestions and report system problems to the System administrator.