diff options
Diffstat (limited to 'ext/intl/dateformat/dateformat_attr.c')
| -rw-r--r-- | ext/intl/dateformat/dateformat_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/dateformat/dateformat_attr.c b/ext/intl/dateformat/dateformat_attr.c index dffb1b4523..d44b3d1789 100644 --- a/ext/intl/dateformat/dateformat_attr.c +++ b/ext/intl/dateformat/dateformat_attr.c @@ -86,7 +86,7 @@ PHP_FUNCTION( datefmt_get_timetype ) PHP_FUNCTION( datefmt_get_pattern ) { UChar value_buf[64]; - int length = USIZE( value_buf ); + uint32_t length = USIZE( value_buf ); UChar* value = value_buf; zend_bool is_pattern_localized =FALSE; |
