diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-19 07:29:55 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-19 07:29:55 +0000 |
commit | d60fe829703e1a88858784425d8b670b2b007e5c (patch) | |
tree | 99d3da5e3e59215219f5e725feec1b0ffa816ad7 /source4/build/pidl/util.pm | |
parent | 897b9d887216b1112a105d0a989a259a0eabc2f1 (diff) | |
download | samba-d60fe829703e1a88858784425d8b670b2b007e5c.tar.gz samba-d60fe829703e1a88858784425d8b670b2b007e5c.tar.bz2 samba-d60fe829703e1a88858784425d8b670b2b007e5c.zip |
slightly more accurate structure alignment code - I need to do proper
recursive alignment soon
(This used to be commit d3838c3668d5acb4aee86e3dd5b8d7d23bc842ff)
Diffstat (limited to 'source4/build/pidl/util.pm')
-rw-r--r-- | source4/build/pidl/util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm index 67f97e647e..244a78af09 100644 --- a/source4/build/pidl/util.pm +++ b/source4/build/pidl/util.pm @@ -214,7 +214,7 @@ sub type_align($) return 2, if ($type eq "wchar_t"); return 4, if ($type eq "DATA_BLOB"); - return 0; + return 4; } # this is used to determine if the ndr push/pull functions will need |