diff options
Diffstat (limited to 'ext/intl/resourcebundle/resourcebundle.c')
-rw-r--r-- | ext/intl/resourcebundle/resourcebundle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/resourcebundle/resourcebundle.c b/ext/intl/resourcebundle/resourcebundle.c index 8f6025bcb1..b13ee901f4 100644 --- a/ext/intl/resourcebundle/resourcebundle.c +++ b/ext/intl/resourcebundle/resourcebundle.c @@ -32,7 +32,7 @@ void resourcebundle_extract_value( zval *return_value, ResourceBundle_object *so const int32_t* vfield; int32_t ilen; int i; - long lfield; + php_int_t lfield; ResourceBundle_object* newrb; restype = ures_getType( source->child ); |