mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
typo
This commit is contained in:
parent
f5df126c25
commit
2afbd1e000
@ -90,10 +90,9 @@ A fixed array looks like this:
|
|||||||
long s[10];
|
long s[10];
|
||||||
} Struct1;
|
} Struct1;
|
||||||
|
|
||||||
The NDR representation looks just like 4 separate long
|
The NDR representation looks just like 10 separate long
|
||||||
declarations. The array size is not encoded on the wire.
|
declarations. The array size is not encoded on the wire.
|
||||||
|
|
||||||
|
|
||||||
pidl also supports "inline" arrays, which are not part of the IDL/NDR
|
pidl also supports "inline" arrays, which are not part of the IDL/NDR
|
||||||
standard. These are declared like this:
|
standard. These are declared like this:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user