diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-11-21 09:50:14 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2013-11-21 09:50:14 +0100 |
commit | 0d7d3241164b4769b93867da2e8adb724ae17950 (patch) | |
tree | 18848ffcc5f7d70c56cd890352f518b60af11ea1 /ext/intl/formatter | |
parent | 3f2474550cbf299d8a7df34988ece052a0401414 (diff) | |
download | php-0d7d3241164b4769b93867da2e8adb724ae17950.tar.gz |
New upstream version 5.5.6+dfsgupstream/5.5.6+dfsg
Diffstat (limited to 'ext/intl/formatter')
-rw-r--r-- | ext/intl/formatter/formatter_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/formatter/formatter_main.c b/ext/intl/formatter/formatter_main.c index d0671a88b..0a568472c 100644 --- a/ext/intl/formatter/formatter_main.c +++ b/ext/intl/formatter/formatter_main.c @@ -27,7 +27,7 @@ /* {{{ */ static void numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS) { - char* locale; + const char* locale; char* pattern = NULL; int locale_len = 0, pattern_len = 0; long style; |