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)
commitdf3248f1087549d0fd11e003b3f1ac61b97aa7f7
tree0ea7e64645ccfe21a1df15127aea8fa5ec48c783
parent997da16d6c7bd85ac9e3042fe874f8a5f79208b3
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.
(This used to be commit a0e63c2691f596cdacbc2e15404829ebca075429)
source4/build/pidl/Parse/Pidl/Samba/Header.pm
source4/build/pidl/Parse/Pidl/Samba/NDR/Parser.pm
source4/librpc/ndr/ndr_string.c