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:
[CST] Focus
2012-04-02 17:22:50 +04:00
parent 00dece5ea7
commit 61562ef255

View File

@@ -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");
}
}