diff options
Diffstat (limited to 'gpgme/posix-io.c')
-rw-r--r-- | gpgme/posix-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/posix-io.c b/gpgme/posix-io.c index ca77cf46..947b6707 100644 --- a/gpgme/posix-io.c +++ b/gpgme/posix-io.c @@ -118,7 +118,7 @@ _gpgme_io_pipe (int filedes[2], int inherit_idx) int err; TRACE_BEG2 (DEBUG_SYSIO, "_gpgme_io_pipe", filedes, "inherit_idx=%i (GPGME uses it for %s)", - inherit_idx, inherit_idx ? "writing" : "reading"); + inherit_idx, inherit_idx ? "reading" : "writing"); err = pipe (filedes); if (err < 0) |