summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/prs_wstring.tpl
blob: 022381c2d2a3465b8715b84076b829b737758acb (plain)
1
2
	if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*il->@ARRAY_LEN@)) goto fail;
	if (!io_wstring("@ELEM@", ps, depth+1, il->@ELEM@,	il->@ARRAY_LEN@, @FLAGS@)) goto fail;