freebsd-ports/multimedia/vdr-plugin-osdpip/files/patch-osd.c
Juergen Lock a37a080307 - Update multimedia/vdr to 1.7.19 (with parts of the update reverted
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.
2011-06-25 19:02:08 +00:00

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);
}