summaryrefslogtreecommitdiff
path: root/ext/intl/resourcebundle/resourcebundle.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/resourcebundle/resourcebundle.c')
-rw-r--r--ext/intl/resourcebundle/resourcebundle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/resourcebundle/resourcebundle.c b/ext/intl/resourcebundle/resourcebundle.c
index 66978eb888..1232a42868 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;
+ zend_long lfield;
ResourceBundle_object* newrb;
restype = ures_getType( source->child );