summaryrefslogtreecommitdiffstats
path: root/libvo/vo_caca.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_caca.c')
-rw-r--r--libvo/vo_caca.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_caca.c b/libvo/vo_caca.c
index 31a260a7c9..f09cf54e33 100644
--- a/libvo/vo_caca.c
+++ b/libvo/vo_caca.c
@@ -177,12 +177,12 @@ static void flip_page(void)
if (time(NULL) >= stoposd)
{
showosdmessage = 0;
- if (posbar)
+ if (*posbar)
posbar[0] = '\0';
} else {
caca_putstr(osdx, osdy, osdmessagetext);
- if (posbar)
+ if (*posbar)
caca_putstr(0, posbary, posbar);
}
}