mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/scan.cpp: comment reset scanned transponders num, if total to scan is 0
This commit is contained in:
@@ -383,7 +383,7 @@ int CScanTs::handleMsg(neutrino_msg_t msg, neutrino_msg_data_t data)
|
||||
break;
|
||||
|
||||
case NeutrinoMessages::EVT_SCAN_REPORT_NUM_SCANNED_TRANSPONDERS:
|
||||
if (total == 0) data = 0;
|
||||
//if (total == 0) data = 0; // why ??
|
||||
done = data;
|
||||
sprintf(buffer, "%d/%d", done, total);
|
||||
paintLine(xpos2, ypos_transponder, w - (8*fw), buffer);
|
||||
|
Reference in New Issue
Block a user