mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
memcpy -> memmove
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1278 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1537,7 +1537,7 @@ void CInfoViewer::show_Data (bool calledFromEvent)
|
||||
display_Info(NULL, g_Locale->getText(gotTime ? LOCALE_INFOVIEWER_NOEPG : LOCALE_INFOVIEWER_WAITTIME));
|
||||
/* send message. Parental pin check gets triggered on EPG events... */
|
||||
char *p = new char[sizeof(t_channel_id)];
|
||||
memcpy(p, &channel_id, sizeof(t_channel_id));
|
||||
memmove(p, &channel_id, sizeof(t_channel_id));
|
||||
/* clear old info in getEPG */
|
||||
CSectionsdClient::CurrentNextInfo dummy;
|
||||
getEPG(0, dummy);
|
||||
|
Reference in New Issue
Block a user