diff options
Diffstat (limited to 'ext/intl/formatter/formatter_format.c')
-rw-r--r-- | ext/intl/formatter/formatter_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/formatter/formatter_format.c b/ext/intl/formatter/formatter_format.c index c8d221c7ee..1382b88d74 100644 --- a/ext/intl/formatter/formatter_format.c +++ b/ext/intl/formatter/formatter_format.c @@ -141,7 +141,7 @@ PHP_FUNCTION( numfmt_format_currency ) UChar* formatted = format_buf; int formatted_len = USIZE(format_buf); char* currency = NULL; - int currency_len = 0; + size_t currency_len = 0; UChar* scurrency = NULL; int scurrency_len = 0; FORMATTER_METHOD_INIT_VARS; |