summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/prs_wstring.tpl
blob: 4de46f093c82cf4d061206e5e77f6a8192a905a7 (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;