widl: Fix the type offset used in marshaling/unmarshaling.
authorRobert Shearman <rob@codeweavers.com>
Tue, 31 Jan 2006 17:05:33 +0000 (18:05 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 31 Jan 2006 17:05:33 +0000 (18:05 +0100)
commit35d1347cfacdc64499ee59877bf25ec4507dd4f5
treea330cece5be36798f967080457fefef898c111cb
parent2330d73f4a6e1ae9aa3bc71cf6dca627d323ec56
widl: Fix the type offset used in marshaling/unmarshaling.
Make a copy of type_offset so that it only gets incremented once per
function, instead of twice.
tools/widl/client.c
tools/widl/server.c