From 48af58622bd07f37124a7b35f903b00de119f4a8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 15 Oct 2014 15:23:59 +0300 Subject: [PATCH] Fix initialization of flags when pushing BPA stack. --- src/bidi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bidi.c b/src/bidi.c index b61fac1f03c..464879ddf98 100644 --- a/src/bidi.c +++ b/src/bidi.c @@ -2359,6 +2359,7 @@ typedef struct bpa_stack_entry { } \ bpa_stack[bpa_sp].close_bracket_char = bidi_mirror_char (bidi_it->ch); \ bpa_stack[bpa_sp].open_bracket_idx = bidi_cache_last_idx; \ + bpa_stack[bpa_sp].flags = 0; \ STORE_BRACKET_CHARPOS; \ } while (0) -- 2.39.5