From: Eli Zaretskii Date: Wed, 15 Oct 2014 12:23:59 +0000 (+0300) Subject: Fix initialization of flags when pushing BPA stack. X-Git-Tag: emacs-25.0.90~2635^2~679^2~50^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=48af58622bd07f37124a7b35f903b00de119f4a8;p=emacs.git Fix initialization of flags when pushing BPA stack. --- 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)