messing about.
[tprouty/samba.git] / source / aparser / templates / prs_wstring_fixed.tpl
index bf2539b216a641de0df3b1f3b16b95e0528fd0ed..e33f7c3d5d268edd82ed349fe379c5d4ebc9f3f2 100644 (file)
@@ -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;