From a2d5dc418ca171db0d26c5379300c85a9f6d68e4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 24 Feb 2000 16:44:54 +0000 Subject: [PATCH] (ctype_output): Add missing &. --- locale/programs/ld-ctype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/programs/ld-ctype.c b/locale/programs/ld-ctype.c index 6a01844c9c5..f5c4474154d 100644 --- a/locale/programs/ld-ctype.c +++ b/locale/programs/ld-ctype.c @@ -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)); -- 2.47.2