From d91245b24c025c65a37a906f9af6cef259dcf833 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 6 Oct 2003 15:55:31 +0000 Subject: [PATCH] ICU-3271 Fix a compiler warning for Mac OS 8/9 X-SVN-Rev: 13323 --- icu4c/source/common/putil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/putil.c b/icu4c/source/common/putil.c index 859b669df7..d6e3488a2b 100644 --- a/icu4c/source/common/putil.c +++ b/icu4c/source/common/putil.c @@ -1697,7 +1697,7 @@ The leftmost codepage (.xxx) wins. int32_t lang = MAC_LC_INIT_NUMBER; /* = GetScriptManagerVariable(smScriptLang);*/ int32_t date_region = MAC_LC_INIT_NUMBER; - char* posixID = 0; + const char* posixID = 0; int32_t count = sizeof(mac_lc_recs) / sizeof(mac_lc_rec); int32_t i; Intl1Hndl ih;