From 4cd6b8a64b5d995190a28b2a8308e688847df49c Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 14 Dec 2003 12:27:51 +0000 Subject: typo (This used to be commit 2afbd1e0005517d8ceb584ccbf8a85c4527cb866) --- source4/build/pidl/NOTES.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4/build/pidl') 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: -- cgit