diff options
author | lordjaxom <lordjaxom> | 2005-02-08 13:59:16 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2005-02-08 13:59:16 +0000 |
commit | 8e4556b0a982dab75d8ba3bb388965ecf47fa0b0 (patch) | |
tree | cda6583f76af5967c634fffe454b003052baf521 /client/remote.c | |
parent | 04a5985dcc0a24a1ff7b8debd5e88d4de46bb989 (diff) | |
download | vdr-plugin-streamdev-8e4556b0a982dab75d8ba3bb388965ecf47fa0b0.tar.gz vdr-plugin-streamdev-8e4556b0a982dab75d8ba3bb388965ecf47fa0b0.tar.bz2 |
- first adoptions (transfer-commit)
Diffstat (limited to 'client/remote.c')
-rw-r--r-- | client/remote.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/remote.c b/client/remote.c index 4cc7cfe..8463709 100644 --- a/client/remote.c +++ b/client/remote.c @@ -1,5 +1,5 @@ /* - * $Id: remote.c,v 1.1 2004/12/30 22:44:02 lordjaxom Exp $ + * $Id: remote.c,v 1.2 2005/02/08 13:59:16 lordjaxom Exp $ */ #include "client/remote.h" @@ -457,7 +457,7 @@ const char *cRemoteTimer::ToText(void) { summary = strreplace(strdup(m_Summary), ':', '|'); asprintf(&m_Buffer, "%d:%s:%s:%04d:%04d:%d:%d:%s:%s", m_Active, - Channel()->GetChannelID().ToString(), PrintDay(m_Day, m_FirstDay), + (const char*)Channel()->GetChannelID().ToString(), PrintDay(m_Day, m_FirstDay), m_Start, m_Stop, m_Priority, m_Lifetime, m_File, summary ? summary : ""); if (summary != NULL) |