FernetMenta / vdr-plugin-vnsiserver

VDR plugin to handle XBMC clients.
GNU General Public License v2.0
16 stars 33 forks source link

Compile error in vnsitimer.c #58

Closed ralondo closed 8 years ago

ralondo commented 8 years ago

When I try to compile, I get the follorwing error:

vnsitimer.c: In member function 'virtual void CVNSITimers::Action()': vnsitimer.c:263:3: error: 'cStateKey' was not declared in this scope cStateKey timerState; ^ vnsitimer.c:263:13: error: expected ';' before 'timerState' cStateKey timerState; ^ vnsitimer.c:262:8: warning: unused variable 'modified' [-Wunused-variable] bool modified; ^ make: *\ [vnsitimer.o] Error 1

What can I do?

FernetMenta commented 8 years ago

What can I do?

fixed, rebase and it should work

ralondo commented 8 years ago

Perfect, thanks!