diff options
author | Simo Sorce <idra@samba.org> | 2003-12-14 12:27:51 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-12-14 12:27:51 +0000 |
commit | 4cd6b8a64b5d995190a28b2a8308e688847df49c (patch) | |
tree | 831f4c7f696febcdaee17c109259be7c87bf73e8 /source4/build/pidl/NOTES.txt | |
parent | a05882b34beffae26723a6b22a467ab10ee28dfe (diff) | |
download | samba-4cd6b8a64b5d995190a28b2a8308e688847df49c.tar.gz samba-4cd6b8a64b5d995190a28b2a8308e688847df49c.tar.bz2 samba-4cd6b8a64b5d995190a28b2a8308e688847df49c.zip |
typo
(This used to be commit 2afbd1e0005517d8ceb584ccbf8a85c4527cb866)
Diffstat (limited to 'source4/build/pidl/NOTES.txt')
-rw-r--r-- | source4/build/pidl/NOTES.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/build/pidl/NOTES.txt b/source4/build/pidl/NOTES.txt index 09bf1e1fa8..4c6c84ee64 100644 --- a/source4/build/pidl/NOTES.txt +++ b/source4/build/pidl/NOTES.txt @@ -90,10 +90,9 @@ A fixed array looks like this: long s[10]; } 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. - pidl also supports "inline" arrays, which are not part of the IDL/NDR standard. These are declared like this: |