mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
gui/scan.cpp: comment reset scanned transponders num, if total to scan is 0
Origin commit data
------------------
Branch: ni/coolstream
Commit: a491fbd160
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-09 (Mon, 09 Apr 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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