mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
zapit/src/getservices.cpp: fix copy/paste
Origin commit data
------------------
Branch: ni/coolstream
Commit: b0816af716
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-02 (Mon, 02 Apr 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -901,7 +901,7 @@ bool CServiceManager::SaveCurrentServices(transponder_id_t tpid)
|
||||
WriteCurrentService(fd, satfound, tpdone, updated, satstr, tI->second, cI->second, "add");
|
||||
} else {
|
||||
if(strcmp(cI->second.getName().c_str(), ccI->second.getName().c_str()) || cI->second.scrambled != ccI->second.scrambled) {
|
||||
cI->second.number = cI->second.number;
|
||||
cI->second.number = ccI->second.number;
|
||||
WriteCurrentService(fd, satfound, tpdone, updated, satstr, tI->second, cI->second, "replace");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user