]> git.zerfleddert.de Git - record-dvb/commitdiff
still not implemented
authormichael <michael>
Sat, 1 Jul 2006 17:12:04 +0000 (17:12 +0000)
committermichael <michael>
Sat, 1 Jul 2006 17:12:04 +0000 (17:12 +0000)
mcast.c

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)
 {
 
 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