Re: [ANNOUNCE] vdr-rotorng-0.3

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

 



Hi,

Am 26.10.2012 14:12, schrieb Morfsta:
> Okay, updated version (0.3.1) has been uploaded to the VDR Projects site.
> 
> I have also fixed all the compilation warnings (at last)!

 rotorng.c, line 204:
  if (ActuatorDevice->SendDiseqcCmd(switch_cmds[KNr]))
  {
    dsyslog("Failed to send diseqc command!\n");
    return;
  }

 I think, it should be (missed a !)
  if (!ActuatorDevice->SendDiseqcCmd(switch_cmds[KNr]))
  {
    dsyslog("Failed to send diseqc command!\n");
    return;
  }

 Tomorrow I will do some more review, so be patient with a new release... :)
 This one isn't bad, just a failure debug message when there's no error.

Lars.

> 
> Thanks
> 
> _______________________________________________
> vdr mailing list
> vdr@xxxxxxxxxxx
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
>

_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[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