mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
- added typedefs
- added parse error checking - made parser more flexible
This commit is contained in:
@ -15,7 +15,7 @@ function parse_array(f, v, elnum, flags,
|
||||
v["FLAGS"] = flags;
|
||||
v["ARRAY_LEN"] = elements[elnum, "array_len"];
|
||||
|
||||
if (type == "uint16") {
|
||||
if (type == "wchar") {
|
||||
print_template(f, "prs_wstring.tpl", v);
|
||||
} else {
|
||||
print_template(f, "prs_array.tpl", v);
|
||||
|
Reference in New Issue
Block a user