From 0676d73d57d893176ad56099e39471069f335a0b Mon Sep 17 00:00:00 2001 From: Ruslan Kuchumov Date: Sun, 25 May 2014 18:58:12 +0000 Subject: [PATCH] victoria.justice.ts bug fix --- src/608.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/608.c b/src/608.c index e19dfd2e..0aacca35 100644 --- a/src/608.c +++ b/src/608.c @@ -834,7 +834,7 @@ void handle_command(/*const */ unsigned char c1, const unsigned char c2, struct // If the reception of data for a row is interrupted by data for the alternate // data channel or for text mode, the display of caption text will resume from the same // cursor position if a roll-up caption command is received and no PAC is given [...] - if (context->mode == MODE_TEXT) + if (context->mode != MODE_TEXT) { context->cursor_row = 14; // Default if the previous mode wasn't roll up already. context->cursor_column = 0;