mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 14:30:42 -08:00
; * src/composite.c (Fcomposition_get_gstring): Fix compiler warnings.
This commit is contained in:
parent
d7120d9766
commit
84473eb610
1 changed files with 1 additions and 1 deletions
|
|
@ -1897,7 +1897,7 @@ should be ignored. */)
|
|||
/* FIXME: Not clear why we need to do that: AFAICT the rest of
|
||||
the code should work on an ASCII-only unibyte string just
|
||||
as well (bug#56347). */
|
||||
string = make_multibyte_string (SDATA (string), chars, chars);
|
||||
string = make_multibyte_string (SSDATA (string), chars, chars);
|
||||
}
|
||||
frombyte = string_char_to_byte (string, frompos);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue