This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[samba.git] / source / aparser / templates / prs_wstring_fixed.tpl
1         if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(@ARRAY_LEN@))) goto fail;
2         if (!io_wstring("@ELEM@", ps, depth+1, il->@ELEM@,      @ARRAY_LEN@, @FLAGS@)) goto fail;