Hey Morfsta,
Vdr 2.0.0 is coming, it's time to update your plugin. BTW, take a look into this issue http://projects.vdr-developer.org/issues/740 . The same error I discovered when compiled against vdr-1.7.38. 
Regards,
Yarema


2012/10/27 Lars Hanisch <dvb@flensrocker.de>
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@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