diff options
Diffstat (limited to 'source3/aparser/templates/prs_array.tpl')
-rw-r--r-- | source3/aparser/templates/prs_array.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/aparser/templates/prs_array.tpl b/source3/aparser/templates/prs_array.tpl index 1bf3fa4b04..4bd6a26c99 100644 --- a/source3/aparser/templates/prs_array.tpl +++ b/source3/aparser/templates/prs_array.tpl @@ -1,5 +1,5 @@ if ((@FLAGS@ & PARSE_SCALARS) && - !io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*il->@ARRAY_LEN@)) goto fail; + !io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(il->@ARRAY_LEN@))) goto fail; { int i; for (i=0;i<il->@ARRAY_LEN@;i++) { |