summaryrefslogtreecommitdiff
path: root/ext/XS
diff options
context:
space:
mode:
Diffstat (limited to 'ext/XS')
-rw-r--r--ext/XS/Typemap/Typemap.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS/Typemap/Typemap.xs b/ext/XS/Typemap/Typemap.xs
index b97a9bfab3..1901549489 100644
--- a/ext/XS/Typemap/Typemap.xs
+++ b/ext/XS/Typemap/Typemap.xs
@@ -764,7 +764,7 @@ the subtype.
intArray *
T_ARRAY( dummy, array, ... )
- int dummy = NO_INIT
+ int dummy = 0;
intArray * array
PREINIT:
U32 size_RETVAL;