diff options
Diffstat (limited to 'stream')
-rw-r--r-- | stream/tvi_vbi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tvi_vbi.c b/stream/tvi_vbi.c index 6ad211e7c4..cc62881f43 100644 --- a/stream/tvi_vbi.c +++ b/stream/tvi_vbi.c @@ -633,7 +633,7 @@ static void decode_page(tt_char* p,int lang,unsigned char* raw) p[i].fg=fg_color; p[i].bg=bg_color; }else - p[i].unicode=p[i].gfx?0:' '; + p[i].unicode=p[i].gfx?0:' '; continue; } |