Commit 4af0a6b8 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

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

parent 2479aec4
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment