projects
/
record-dvb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
89ec024
)
increase select-timeout to 100 milliseconds
author
michael
<michael>
Sun, 2 Jul 2006 00:57:40 +0000
(
00:57
+0000)
committer
michael
<michael>
Sun, 2 Jul 2006 00:57:40 +0000
(
00:57
+0000)
sap.c
patch
|
blob
|
blame
|
history
diff --git
a/sap.c
b/sap.c
index 49dfcc8d8f2d9f0c2d7074f129579410887d58d4..bc51aa5bea9d059640a1bbb28657fffa0f0160c1 100644
(file)
--- a/
sap.c
+++ b/
sap.c
@@
-51,7
+51,7
@@
char *get_url_from_sap(char *service)
FD_SET(fd, &rfds);
tv.tv_sec = 0;
FD_SET(fd, &rfds);
tv.tv_sec = 0;
- tv.tv_usec = 1000;
+ tv.tv_usec = 1000
00
;
if ((retval = select(fd+1, &rfds, NULL, NULL, &tv)) == -1) {
perror("select");
if ((retval = select(fd+1, &rfds, NULL, NULL, &tv)) == -1) {
perror("select");
Impressum
,
Datenschutz