1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 13:36:53 +02:00

Silenced a compilation warning.

This commit is contained in:
Rolf Ahrenberg 2012-02-05 11:39:14 +02:00
parent 5e16064c33
commit d809e98052

View File

@ -136,7 +136,7 @@ void cFemonReceiver::Action(void)
m_Active = true;
while (Running() && m_Active) {
uint8_t *Data;
uchar *Data;
double timeout;
int len, Length;
bool processed = false;