From a32763d16f82ef6055430d69100784522b631bd6 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Sun, 9 Jan 2005 19:42:00 +0100 Subject: Release version 0.0.7.1 - adapted to VDR 1.3.18+ (should work with older versions, too) --- osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osd.c') diff --git a/osd.c b/osd.c index 19dc43d..e7e2ca0 100644 --- a/osd.c +++ b/osd.c @@ -697,7 +697,7 @@ void cOsdPipObject::ShowChannelInfo(const cChannel * channel, bool show) if ((present = schedule->GetPresentEvent()) != NULL) { presentTitle = present->Title(); if (!isempty(presentTitle)) { - sprintf(line2, "%s %s", present->GetTimeString(), presentTitle); + sprintf(line2, "%s %s", (const char*)present->GetTimeString(), presentTitle); #if VDRVERSNUM < 10307 while (m_Osd->Width(line2) > OsdPipSetup.InfoWidth - 10) { line2[strlen(line2) - 1] = 0; -- cgit v1.2.3