diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-01-31 14:57:35 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-02-01 22:18:54 +0100 |
commit | 9e999a67a7d3ff6172a7bb5db28c2f528d74f87f (patch) | |
tree | e3162199c03f56f02382c8514c289aa238e605d0 /source4/pidl/README | |
parent | a0c83e990f6dfda809600a0160e383f89bfe2f6c (diff) | |
download | samba-9e999a67a7d3ff6172a7bb5db28c2f528d74f87f.tar.gz samba-9e999a67a7d3ff6172a7bb5db28c2f528d74f87f.tar.bz2 samba-9e999a67a7d3ff6172a7bb5db28c2f528d74f87f.zip |
CHECKED... pidl/Samba4::NDR::Parser: correctly get the name of an array element
When we have "*r->out.ous"
(char ***ous, a pointer to a pointer to an array).
we need to use "(*r->out.ous)[3]" to access the 3rd
element of the array "*r->out.ous[3]" was generated before,
but that's the same as "*(r->out.ous[3])".
metze
(This used to be commit 13afc89a87716063180723f0e9cb4f76daca837e)
Diffstat (limited to 'source4/pidl/README')
0 files changed, 0 insertions, 0 deletions