[ANNOUNCE] Channelscan Plugin 0.0.4

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

 



tinconn@xxxxxxxxxxx wrote:
> Hi
> 
> a new plugin channelscan has been released. Channelscan uses a 
> transponders .ini file from win project like prog-DVB software for 
> create a channels.conf

A small bugfix...  in channelscan.c

-    if ((iPosition > 0) && (iPosition < oTransp.iArrTranspodersFile)) {
+    if ((iPosition >= 0) && (iPosition <= oTransp.iArrTranspodersFile)) {

otherwise cant select first and last inifile.



[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux