mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0a0e92c0fa
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-29 (Tue, 29 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1166,14 +1166,12 @@ static void commandWriteSI2XML(int connfd, char *data, const unsigned dataLength
|
||||
sendEmptyResponse(connfd, NULL, 0);
|
||||
if ((!reader_ready) || (dataLength > 100)){
|
||||
eventServer->sendEvent(CSectionsdClient::EVT_WRITE_SI_FINISHED, CEventServer::INITID_SECTIONSD);
|
||||
return;
|
||||
return;
|
||||
}
|
||||
char epgdir[100] = "";
|
||||
|
||||
strncpy(epgdir, data, dataLength);
|
||||
epgdir[dataLength] = '\0';
|
||||
data[dataLength] = '\0';
|
||||
|
||||
writeEventsToFile(epgdir);
|
||||
writeEventsToFile(data);
|
||||
|
||||
eventServer->sendEvent(CSectionsdClient::EVT_WRITE_SI_FINISHED, CEventServer::INITID_SECTIONSD);
|
||||
}
|
||||
|
Reference in New Issue
Block a user