diff options
Diffstat (limited to 'menu_whatson.c')
-rw-r--r-- | menu_whatson.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu_whatson.c b/menu_whatson.c index e411b81..2c907af 100644 --- a/menu_whatson.c +++ b/menu_whatson.c @@ -201,7 +201,7 @@ bool cMenuMyScheduleItem::Update(bool Force) char* title = NULL; title = strdup(event?event->Title():tr(">>> no info! <<<")); - title = strreplacei(title, ":", "%colon%"); // asume a title has the form "a?b:c", + title = strreplacei(title, ":", "%colon%"); // assume a title has the form "a?b:c", // we need to replace the colon to avoid misinterpretation the expression as a condition buffer = strreplacei(buffer, "%title%", title); free(title); |