Introduction
Introduction Statistics Contact Development Disclaimer Help
remove unneeded (wrong) line, timeval is already cleared - sob - simple output …
git clone git://git.codemadness.org/sob
Log
Files
Refs
README
LICENSE
---
commit bfe40b1849339039727903c1037db44c59580e6e
parent 011c246b6b581fb3a64c69be9ab6b31ba012a7bd
Author: Hiltjo Posthuma <[email protected]>
Date: Fri, 4 Sep 2015 11:34:46 +0200
remove unneeded (wrong) line, timeval is already cleared
Diffstat:
M sob.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/sob.c b/sob.c
@@ -584,7 +584,6 @@ pipe_rw(int fd_in, int fd_out, char *writestr,
maxfd = fd_out;
}
memset(&tv, 0, sizeof(tv));
- tv.tv_usec = 0;
tv.tv_usec = 50000; /* 50 ms */
if((r = select(maxfd + 1, haswritten ? &fdr : NULL,
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.