From 85ed9a59056da85751ecb688ffcd18c5e2291017 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Mon, 3 Jul 2006 21:52:48 +0100 Subject: [PATCH] rpcrt4: Don't advance the buffer for FC_STRUCTPAD2. --- dlls/rpcrt4/ndr_marshall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index 92c2f7ae79e..6e51eaf6b8a 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -2002,7 +2002,6 @@ static unsigned long ComplexStructMemorySize(PMIDL_STUB_MESSAGE pStubMsg, break; case RPC_FC_STRUCTPAD2: size += 2; - pStubMsg->Buffer += 2; break; case RPC_FC_EMBEDDED_COMPLEX: size += pFormat[1]; -- 2.11.4.GIT