diff options
Diffstat (limited to 'intl/dcigettext.c')
-rw-r--r-- | intl/dcigettext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/dcigettext.c b/intl/dcigettext.c index b52fbd5..0de89d0 100644 --- a/intl/dcigettext.c +++ b/intl/dcigettext.c @@ -733,8 +733,8 @@ _nl_find_msg (domain_file, msgid, index) found: /* The translation was found at index ACT. If we have to convert the string to use a different character set, this is the time. */ - result = (char *) domain->data - + W (domain->must_swap, domain->trans_tab[act].offset); + result = ((char *) domain->data + + W (domain->must_swap, domain->trans_tab[act].offset)); #if defined _LIBC || HAVE_ICONV if ( |