Hi,
Am 26.10.2012 14:12, schrieb Morfsta:
> Okay, updated version (0.3.1) has been uploaded to the VDR Projects site.rotorng.c, line 204:
>
> I have also fixed all the compilation warnings (at last)!
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@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
>
_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr