diff options
author | Werner Koch <[email protected]> | 2025-10-14 10:30:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-10-14 10:30:31 +0000 |
commit | 1ff1aa188240fb10fb13ab51c38836f973e08857 (patch) | |
tree | dfd2d557fbd7a74d7cd0fc3bc51db118b88b2f92 /src/posix-io.c | |
parent | build: Avoid using -o for test(1). (diff) | |
download | gpgme-1ff1aa188240fb10fb13ab51c38836f973e08857.tar.gz gpgme-1ff1aa188240fb10fb13ab51c38836f973e08857.zip |
--
Diffstat (limited to 'src/posix-io.c')
-rw-r--r-- | src/posix-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix-io.c b/src/posix-io.c index aa69bfc9..25351577 100644 --- a/src/posix-io.c +++ b/src/posix-io.c @@ -854,7 +854,7 @@ _gpgme_io_select_select (struct io_select_fd_s *fds, size_t nfds, int nonblock) if (nonblock) timeout.tv_sec = 0; - TRACE_SEQ (dbg_help, "select on [ "); + TRACE_SEQ (dbg_help, "selecting [ "); any = 0; for (i = 0; i < nfds; i++) |