diff options
Diffstat (limited to 'source3/aparser/templates/prs_pointer.tpl')
-rw-r--r-- | source3/aparser/templates/prs_pointer.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/aparser/templates/prs_pointer.tpl b/source3/aparser/templates/prs_pointer.tpl index 6ad1b99a01..4ebcf19d83 100644 --- a/source3/aparser/templates/prs_pointer.tpl +++ b/source3/aparser/templates/prs_pointer.tpl @@ -1,2 +1,2 @@ - if (!prs_pointer("@ELEM@_ptr", ps, depth+1, - (void **)&il->@ELEM@, True)) goto fail; + if (!io_pointer("@ELEM@_ptr", ps, depth+1, + (void **)&il->@ELEM@, @FLAGS@)) goto fail; |