Explorar o código

ulong -> zend_ulong

Stefan Siegl %!s(int64=8) %!d(string=hai) anos
pai
achega
fe2e289a32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      v8js_convert.cc

+ 1 - 1
v8js_convert.cc

@@ -42,7 +42,7 @@ extern "C" {
 static int v8js_is_assoc_array(HashTable *myht TSRMLS_DC) /* {{{ */
 {
 	zend_string *key;
-	ulong index, idx = 0;
+	zend_ulong index, idx = 0;
 
 	ZEND_HASH_FOREACH_KEY(myht, index, key) {
 		if(key) {