rpcrt4: Don't advance the buffer for FC_STRUCTPAD2.

This commit is contained in:
Huw Davies 2006-07-03 21:52:48 +01:00 committed by Alexandre Julliard
parent e7e6f10997
commit 85ed9a5905
1 changed files with 0 additions and 1 deletions

View File

@ -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];