spogulis no
https://git.tukaani.org/xz.git
synced 2026-01-05 04:08:43 +00:00
tuklib_mbstr_width: Fix a warning from -Wsign-conversion.
Šī revīzija ir iekļauta:
vecāks
37df03ce52
revīzija
5c4fb60e8d
@ -50,7 +50,7 @@ tuklib_mbstr_width(const char *str, size_t *bytes)
|
||||
if (wc_width < 0)
|
||||
return (size_t)-1;
|
||||
|
||||
width += wc_width;
|
||||
width += (size_t)wc_width;
|
||||
}
|
||||
|
||||
// Require that the string ends in the initial shift state.
|
||||
|
||||
Notiek ielāde…
x
Atsaukties uz šo jaunā problēmā
Block a user