mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
CBouquetManager/sectionsd: get rid of (char *) casts left over from rev 117
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1552 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: f0f2c77166
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-06-19 (Sun, 19 Jun 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1396,7 +1396,7 @@ static void removeWasteEvents()
|
||||
while (xmlGetNextOccurence(node, "channel") != NULL) {
|
||||
// printf("here5\n");
|
||||
if (e->second->service_id != xmlGetNumericAttribute(node,
|
||||
(char*)"service_id", 16))
|
||||
"service_id", 16))
|
||||
node = node->xmlNextNode;
|
||||
else break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user