summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/prs_uint8s_fixed.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/templates/prs_uint8s_fixed.tpl')
-rw-r--r--source3/aparser/templates/prs_uint8s_fixed.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/aparser/templates/prs_uint8s_fixed.tpl b/source3/aparser/templates/prs_uint8s_fixed.tpl
index c8f5581130..f752fa6c84 100644
--- a/source3/aparser/templates/prs_uint8s_fixed.tpl
+++ b/source3/aparser/templates/prs_uint8s_fixed.tpl
@@ -1,2 +1,2 @@
if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*@ARRAY_LEN@)) goto fail;
- if (!io_uint8s("@ELEM@", ps, depth+1, il->@ELEM@, @ARRAY_LEN@, @FLAGS@)) goto fail;
+ if (!io_uint8s("@ELEM@", ps, depth+1, &il->@ELEM@, @ARRAY_LEN@, @FLAGS@)) goto fail;