rpcrt4: Fix the pointer level being passed into call_unmarshaller in client_do_args_old_format for base return parameters.

Robert Shearman rob at codeweavers.com
Mon Mar 10 12:24:49 CDT 2008


NdrBaseTypeUnmarshall expects a pointer to a pointer to a base type. 
pRetVal contains a pointer to a base type, so we need to pass the 
address of pRetVal into call_unmarshaller here.
---
  dlls/rpcrt4/ndr_stubless.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: c9d1feff4a6068dc460e10c08861c91a328d41c8.diff
Type: text/x-patch
Size: 721 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080310/ca75ecd6/attachment.bin 


More information about the wine-patches mailing list