diff options
Diffstat (limited to 'fmdriver')
-rw-r--r-- | fmdriver/fmdriver_fmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fmdriver/fmdriver_fmp.c b/fmdriver/fmdriver_fmp.c index 6cb401f..33ab925 100644 --- a/fmdriver/fmdriver_fmp.c +++ b/fmdriver/fmdriver_fmp.c @@ -3124,7 +3124,7 @@ static void fmp_title(struct fmdriver_work *work, STATE_ESC,
STATE_CSI,
STATE_SYNC,
- } esc_state;
+ } esc_state = STATE_NORMAL;
for (int si = 0; ; si++) {
if ((offset + i) >= datalen) {
work->comment[l][0] = 0;
|