From 5ed139f096a0bd8600d9df1c89ca2d1c136646c0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 9 Jul 2005 12:51:44 +0000 Subject: r8261: charset style strings in pidl should be const, just like old style ndr strings (This used to be commit aa0e1d6699959571963d6e6fb455b33c4436dcdf) --- source4/build/pidl/ndr_header.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/pidl') diff --git a/source4/build/pidl/ndr_header.pm b/source4/build/pidl/ndr_header.pm index 33183cec96..0e0d4f5725 100644 --- a/source4/build/pidl/ndr_header.pm +++ b/source4/build/pidl/ndr_header.pm @@ -214,7 +214,7 @@ sub HeaderType($$$) } if (util::has_property($e, "charset")) { - pidl "char"; + pidl "const char"; } else { pidl typelist::mapType($e->{TYPE}); } -- cgit