/[emacs]/emacs/src/coding.c
ViewVC logotype

Diff of /emacs/src/coding.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.222.4.4 by eliz, Fri Dec 21 08:09:51 2001 UTC revision 1.222.4.5 by eliz, Fri Feb 1 18:02:14 2002 UTC
# Line 811  decode_composition_emacs_mule (coding, s Line 811  decode_composition_emacs_mule (coding, s
811          return 0;          return 0;
812        for (ncomponent = 0; src < src_base + data_len; ncomponent++)        for (ncomponent = 0; src < src_base + data_len; ncomponent++)
813          {          {
814              /* If it is longer than this, it can't be valid.  */
815              if (ncomponent >= COMPOSITION_DATA_MAX_BUNCH_LENGTH)
816                return 0;
817    
818            if (ncomponent % 2 && with_rule)            if (ncomponent % 2 && with_rule)
819              {              {
820                ONE_MORE_BYTE (gref);                ONE_MORE_BYTE (gref);

Legend:
Removed from v.1.222.4.4  
changed lines
  Added in v.1.222.4.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26