summaryrefslogtreecommitdiff
path: root/intl/l10nflist.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/l10nflist.c')
-rw-r--r--intl/l10nflist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c
index 9a586ec521..b50eff465f 100644
--- a/intl/l10nflist.c
+++ b/intl/l10nflist.c
@@ -201,8 +201,8 @@ _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
+ ((mask & XPG_NORM_CODESET) != 0
? strlen (normalized_codeset) + 1 : 0)
+ (((mask & XPG_MODIFIER) != 0
- || (mask & CEN_AUDIENCE) != 0) ?
- strlen (modifier) + 1 : 0)
+ || (mask & CEN_AUDIENCE) != 0)
+ ? strlen (modifier) + 1 : 0)
+ ((mask & CEN_SPECIAL) != 0
? strlen (special) + 1 : 0)
+ ((mask & (CEN_SPONSOR | CEN_REVISION) != 0)