[OLE #85] Fix PARAMFLAG_FOUT typo in the tmarshaller

Mike Hearn mike at navi.cx
Fri Mar 25 10:24:46 CST 2005


Fix PARAMFLAG_FOUT typo in the tmarshaller

Index: dlls/oleaut32/tmarshal.c
===================================================================
RCS file: /home/wine/wine/dlls/oleaut32/tmarshal.c,v
retrieving revision 1.44
diff -u -p -d -r1.44 tmarshal.c
--- dlls/oleaut32/tmarshal.c	14 Mar 2005 10:09:11 -0000	1.44
+++ dlls/oleaut32/tmarshal.c	25 Mar 2005 16:14:42 -0000
@@ -1781,7 +1781,7 @@ TMStubImpl_Invoke(
 	    if (!lstrcmpW(names[i+1],ppvObjectW)) {
 		hres = deserialize_LPVOID_ptr(
 		    This->tinfo,
-		    elem->u.paramdesc.wParamFlags & PARAMFLAG_FOUT,
+		    elem->u.paramdesc.wParamFlags & PARAMFLAG_FIN,
 		    FALSE,
 		    TRUE,
 		    &elem->tdesc,



More information about the wine-patches mailing list