summaryrefslogtreecommitdiff
path: root/source4/build/pidl
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2003-12-14 12:27:51 +0000
committerSimo Sorce <idra@samba.org>2003-12-14 12:27:51 +0000
commit4cd6b8a64b5d995190a28b2a8308e688847df49c (patch)
tree831f4c7f696febcdaee17c109259be7c87bf73e8 /source4/build/pidl
parenta05882b34beffae26723a6b22a467ab10ee28dfe (diff)
downloadsamba-4cd6b8a64b5d995190a28b2a8308e688847df49c.tar.gz
samba-4cd6b8a64b5d995190a28b2a8308e688847df49c.tar.bz2
samba-4cd6b8a64b5d995190a28b2a8308e688847df49c.zip
typo
(This used to be commit 2afbd1e0005517d8ceb584ccbf8a85c4527cb866)
Diffstat (limited to 'source4/build/pidl')
-rw-r--r--source4/build/pidl/NOTES.txt3
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: