mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
(ctype_output): Add missing &.
This commit is contained in:
parent
a989cbbfce
commit
a2d5dc418c
@ -594,7 +594,7 @@ ctype_output (struct localedef_t *locale, struct charset_t *charset,
|
||||
|
||||
CTYPE_DATA (_NL_CTYPE_WIDTH,
|
||||
ctype->width,
|
||||
(ctype->plane_size * ctype->plane_cnt + 3) ~3ul);
|
||||
(ctype->plane_size * ctype->plane_cnt + 3) & ~3ul);
|
||||
|
||||
CTYPE_DATA (_NL_CTYPE_MB_CUR_MAX,
|
||||
&ctype->mb_cur_max, sizeof (u_int32_t));
|
||||
|
Loading…
Reference in New Issue
Block a user