Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] bug in dvbtune



--- dvbtune.c.orig   2003-01-28 20:01:58.000000000 +0100
+++ dvbtune.c        2003-01-18 00:52:02.000000000 +0100
@@ -1398,7 +1398,7 @@
     netif.pid = dpid;
     netif.if_num = 0;  // always choosen the next free number
 
-#ifdef NEWSTRUCT
+#ifndef NEWSTRUCT
     sprintf(devnamen,"/dev/ost/net%d",dev);
 #else
     sprintf(devnamen,"/dev/dvb/adapter%d/net0",dev);


If anyone on the list has cvs write access for this project then please
fix it. Thanks. :)

Regards,
Andreas



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index