Skip to content

Commit

Permalink
Fix calling conventions for cLircRemote constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
typingArtist committed Apr 8, 2023
1 parent 034f8dd commit d216419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote.c
Expand Up @@ -796,7 +796,7 @@ bool cPluginRemote::Start(void)

#ifdef REMOTE_FEATURE_LIRC
case 'l':
new cLircRemote(devnam[i]); // use vdr's lirc code
cLircRemote::NewLircRemote(devnam[i]); // use vdr's lirc code
break;
#endif
#ifdef REMOTE_FEATURE_LIRCOLD
Expand Down

0 comments on commit d216419

Please sign in to comment.