projects
/
record-dvb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
460e6d2
)
still not implemented
author
michael
<michael>
Sat, 1 Jul 2006 17:12:04 +0000
(17:12 +0000)
committer
michael
<michael>
Sat, 1 Jul 2006 17:12:04 +0000
(17:12 +0000)
mcast.c
patch
|
blob
|
blame
|
history
diff --git
a/mcast.c
b/mcast.c
index a8be22f6c3fa6bed81e5b02120db377df8020a0f..242fac09f807e64b62bac9acf11027c1d32719d2 100644
(file)
--- a/
mcast.c
+++ b/
mcast.c
@@
-17,7
+17,9
@@
int is_mcast(char *url)
int open_mcast(char *url)
{
- fprintf(stderr,"multicast currently unimplemented!\n");
+ if(!is_mcast(url))
+ return -1;
- exit(EXIT_FAILURE);
+ fprintf(stderr,"multicast currently unimplemented!\n");
+ return -1;
}
Impressum
,
Datenschutz