r9441: Use "const char *" for fixed-size arrays with charset() because
authorJelmer Vernooij <jelmer@samba.org>
Sun, 21 Aug 2005 01:59:41 +0000 (01:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:15 +0000 (13:34 -0500)
commita0e63c2691f596cdacbc2e15404829ebca075429
treefea48daf26b0cc5a3d8a194ed486f679ba666475
parent9be03c057e229e9cf7fe8b1db04adb9d2f1efc64
r9441: Use "const char *" for fixed-size arrays with charset() because
these can require more elements in the local charset (usually UTF8) then
in the wire one.
source/build/pidl/Parse/Pidl/Samba/Header.pm
source/build/pidl/Parse/Pidl/Samba/NDR/Parser.pm
source/librpc/ndr/ndr_string.c