silence gcc
This commit is contained in:
parent
811a3affff
commit
b5932d3d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ runetoisoutf(char *str, Rune *rune)
|
||||||
* 000A0-000FF => A0; A0-FF
|
* 000A0-000FF => A0; A0-FF
|
||||||
*/
|
*/
|
||||||
if(c < Rune21) {
|
if(c < Rune21) {
|
||||||
str[0] = Char1;
|
str[0] = (char)Char1;
|
||||||
str[1] = c;
|
str[1] = c;
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue