a37a080307
to avoid a known bug.) - Fix build with clang for vdr and plugins, and also fix a few bugs it uncovered. - Bump PORTREVISION for all plugins.
11 lines
382 B
C
11 lines
382 B
C
--- osd.c.orig
|
|
+++ osd.c
|
|
@@ -788,7 +788,7 @@ eOSState cOsdPipObject::ProcessKey(eKeys
|
|
if (cControl::Control())
|
|
{
|
|
cControl::Control()->GetIndex(pos, end);
|
|
- if (pPos == "")
|
|
+ if (*pPos == '\0')
|
|
{
|
|
pPos = IndexToHMSF(pos);
|
|
}
|