bnicholes 2002/07/12 12:29:12
Modified: buckets apr_buckets_pipe.c
Log:
Oops, wrong comment style
Revision Changes Path
1.52 +3 -2 apr-util/buckets/apr_buckets_pipe.c
Index: apr_buckets_pipe.c
===================================================================
RCS file: /home/cvs/apr-util/buckets/apr_buckets_pipe.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- apr_buckets_pipe.c 12 Jul 2002 18:53:25 -0000 1.51
+++ apr_buckets_pipe.c 12 Jul 2002 19:29:12 -0000 1.52
@@ -64,8 +64,9 @@
if (block == APR_NONBLOCK_READ) {
apr_file_pipe_timeout_get(p, &timeout);
- // Only mess with the timeout if we are in a blocking state
- // otherwise we are already nonblocking so don't worry about it.
+ /* Only mess with the timeout if we are in a blocking state
+ * otherwise we are already nonblocking so don't worry about it.
+ */
if (timeout < 0) {
apr_file_pipe_timeout_set(p, 0);
}