summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'device.c')
-rw-r--r--device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.c b/device.c
index e366a05..676750e 100644
--- a/device.c
+++ b/device.c
@@ -198,7 +198,7 @@ bool cMcliDevice::SetTempDisable (bool now)
}
//#endif
// printf("Device %d Receiving %d Priority %d\n",CardIndex () + 1, Receiving (true), Priority());
- if(!Receiving (true) && (((time(NULL)-m_last) >= m_disabletimeout)) || now) {
+ if((!Receiving (true) && (((time(NULL)-m_last) >= m_disabletimeout)) ) || now) {
recv_stop (m_r);
m_tuned = false;
if(GetCaEnable()) {