diff options
author | Luke Leighton <lkcl@samba.org> | 2000-05-31 05:39:54 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 2000-05-31 05:39:54 +0000 |
commit | d500cbb2064e4beb40a760f62b53a3f75f2a87fb (patch) | |
tree | 2cf28401f2e473d02a8d5555a4007c65f511051b /source3/aparser/templates/prs_wstring_fixed.tpl | |
parent | 23d705672eea5562c585421c2d4c0be694a7f354 (diff) | |
download | samba-d500cbb2064e4beb40a760f62b53a3f75f2a87fb.tar.gz samba-d500cbb2064e4beb40a760f62b53a3f75f2a87fb.tar.bz2 samba-d500cbb2064e4beb40a760f62b53a3f75f2a87fb.zip |
messing about.
(This used to be commit 9c6f2d75d848a280f25f2377130953ecd824b7b1)
Diffstat (limited to 'source3/aparser/templates/prs_wstring_fixed.tpl')
-rw-r--r-- | source3/aparser/templates/prs_wstring_fixed.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/aparser/templates/prs_wstring_fixed.tpl b/source3/aparser/templates/prs_wstring_fixed.tpl index bf2539b216..e33f7c3d5d 100644 --- a/source3/aparser/templates/prs_wstring_fixed.tpl +++ b/source3/aparser/templates/prs_wstring_fixed.tpl @@ -1,2 +1,2 @@ - if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*@ARRAY_LEN@)) goto fail; + if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(@ARRAY_LEN@))) goto fail; if (!io_wstring("@ELEM@", ps, depth+1, il->@ELEM@, @ARRAY_LEN@, @FLAGS@)) goto fail; |