Changeset 3079

Show
Ignore:
Timestamp:
2003年05月25日 09時48分39秒 (6 years ago)
Author:
himi
Message:

(display_mode_element): When getting charpos,
check if elt is a multibyte string.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • work/cvs2svn/src/xdisp.c

    r2942 r3079  
    1354013540                        nglyphs_before = it->glyph_row->used[TEXT_AREA]; 
    1354113541                        bytepos = percent_position - XSTRING (elt)->data; 
    13542                         charpos = (multibyte 
     13542                        charpos = (STRING_MULTIBYTE (elt) 
    1354313543                                   ? string_byte_to_char (elt, bytepos) 
    1354413544                                   : bytepos);