I suck...

Greg Turner gmturner007 at ameritech.net
Thu Oct 31 19:17:25 CST 2002


Thanks for catching the first, Alexandre, or 
I wouldn't have caught this second...

I am not giving it a rpc_H_PLx designation because 
Alexandre is in the process of merging those as I speak.

Inlined for your viewing pleasure.

LICENSE: X11

CHANGELOG: 
* dlls/rpcrt4: ndr_marshall.c: 
  Greg Turner <gmturner007 at ameritech.net>
- fix stupid clone of broken macro, found by Alexandre.

diff -ur -x CVS -x 'bigdif*' ../wine.test/dlls/rpcrt4/ndr_marshall.c ./dlls/rpcrt4/ndr_marshall.c
--- ../wine.test/dlls/rpcrt4/ndr_marshall.c     2002-10-31 19:03:32.000000000 -0600
+++ ./dlls/rpcrt4/ndr_marshall.c        2002-10-31 19:07:52.000000000 -0600
@@ -73,7 +73,7 @@

 #define BIG_ENDIAN_UINT32_READ(pchar) \
   (MAKELONG( \
-    MAKEWORD(*((pchar)+3), *((pchar)+2)) \
+    MAKEWORD(*((pchar)+3), *((pchar)+2)), \
     MAKEWORD(*((pchar)+1), *(pchar))))

 #ifdef NDR_LOCAL_IS_BIG_ENDIAN

-- 
gmt

"The purpose of government is to rein in the rights of the people"
 --President Bill Clinton, MTV interview, 1993




More information about the wine-patches mailing list