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

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 15 09:42:57 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 4af0a6b805f5816163529aeec3f2e55e8ca42e53
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=4af0a6b805f5816163529aeec3f2e55e8ca42e53

Author: Robert Shearman <rob at codeweavers.com>
Date:   Mon May 15 13:35:41 2006 +0100

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

---

 dlls/rpcrt4/ndr_marshall.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c
index 6156e0f..20c3abb 100644
--- a/dlls/rpcrt4/ndr_marshall.c
+++ b/dlls/rpcrt4/ndr_marshall.c
@@ -2089,7 +2089,7 @@ void WINAPI NdrConformantArrayBufferSize
   pFormat = ComputeConformance(pStubMsg, pMemory, pFormat+4, 0);
   size = pStubMsg->MaxCount;
 
-  SizeVariance(pStubMsg);
+  SizeConformance(pStubMsg);
 
   ALIGN_LENGTH(pStubMsg->BufferLength, alignment);
 




More information about the wine-cvs mailing list