]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix initialization of flags when pushing BPA stack.
authorEli Zaretskii <eliz@gnu.org>
Wed, 15 Oct 2014 12:23:59 +0000 (15:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 15 Oct 2014 12:23:59 +0000 (15:23 +0300)
src/bidi.c

index b61fac1f03c454618c8ded597f7a8c13f1c3a792..464879ddf98f106a4f015fa90d8712187a62b771 100644 (file)
@@ -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)