diff options
Diffstat (limited to 'camel/camel-gpg-context.c')
-rw-r--r-- | camel/camel-gpg-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c index 929e8f1769..72bda72990 100644 --- a/camel/camel-gpg-context.c +++ b/camel/camel-gpg-context.c @@ -954,7 +954,7 @@ gpg_ctx_op_step (struct _GpgCtx *gpg, CamelException *ex) if (errno == EINTR) goto retry; - d(printf ("select() failed: %s\n", g_strerror (errno))); + d(printf ("select() failed: %s\n", strerror (errno))); return -1; } |