From 157cd5ac8de832ac428b2ad107c82bf663903ad7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 9 Jan 2009 04:38:10 +0000 Subject: [BZ #9706] 2009-01-08 Ulrich Drepper [BZ #9706] * nss/nss_files/files-parse.c (strtou32): New function. (INT_FIELD): Use strotu32 instead of strtoul to unify behavior across 32-bit and 64-bit platforms. (INT_FIELD_MAYBE_NULL): Likewise. --- localedata/locales/mt_MT | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'localedata/locales/mt_MT') diff --git a/localedata/locales/mt_MT b/localedata/locales/mt_MT index a882de478a..81c134fde1 100644 --- a/localedata/locales/mt_MT +++ b/localedata/locales/mt_MT @@ -131,8 +131,8 @@ LC_MONETARY % These are generated based on XML base Locale defintion file % for IBM Class for Unicode. % -int_curr_symbol "" -currency_symbol "" +int_curr_symbol "" +currency_symbol "" mon_decimal_point "" mon_thousands_sep "" mon_grouping 3 @@ -140,9 +140,9 @@ positive_sign "" negative_sign "" int_frac_digits 2 frac_digits 2 -p_cs_precedes 1 +p_cs_precedes 0 p_sep_by_space 0 -n_cs_precedes 1 +n_cs_precedes 0 n_sep_by_space 0 p_sign_posn 1 n_sign_posn 0 -- cgit v1.2.1