rpcrt4: In NdrConformantBufferSize, SizeConformance should be called, not SizeVariance.

This commit is contained in:
Robert Shearman 2006-05-15 13:35:41 +01:00 committed by Alexandre Julliard
parent 2479aec4af
commit 4af0a6b805

View file

@ -2089,7 +2089,7 @@ void WINAPI NdrConformantArrayBufferSize(PMIDL_STUB_MESSAGE pStubMsg,
pFormat = ComputeConformance(pStubMsg, pMemory, pFormat+4, 0);
size = pStubMsg->MaxCount;
SizeVariance(pStubMsg);
SizeConformance(pStubMsg);
ALIGN_LENGTH(pStubMsg->BufferLength, alignment);