diff options
Diffstat (limited to 'source3/aparser/templates/prs_uint16.tpl')
-rw-r--r-- | source3/aparser/templates/prs_uint16.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/aparser/templates/prs_uint16.tpl b/source3/aparser/templates/prs_uint16.tpl index 36b8298fb2..b40d6d4216 100644 --- a/source3/aparser/templates/prs_uint16.tpl +++ b/source3/aparser/templates/prs_uint16.tpl @@ -1 +1 @@ - if (!prs_uint16("@ELEM@", ps, depth+1, &il->@ELEM@)) goto fail; + if (!io_uint16("@ELEM@", ps, depth+1, &il->@ELEM@)) goto fail; |