]> granicus.if.org Git - php/commitdiff
64-bit fix
authorArd Biesheuvel <abies@php.net>
Mon, 23 Feb 2004 01:53:39 +0000 (01:53 +0000)
committerArd Biesheuvel <abies@php.net>
Mon, 23 Feb 2004 01:53:39 +0000 (01:53 +0000)
ext/spl/spl_iterators.h

index f23222159d33ae3c90b1475625e42cc47d64e37d..b695334b035f9877b59d0e811749b1a330b34ea9 100755 (executable)
@@ -71,8 +71,8 @@ typedef struct _spl_dual_it_object {
        dual_it_type             dit_type;
        union {
                struct {
-                       int              offset;
-                       int              count;
+                       long             offset;
+                       long             count;
                } limit;
                struct {
                        int              flags; /* CIT_HAS_MORE, CIT_CALL_TOSTRING, CIT_CATCH_GET_CHILD */