dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet/image marshal.c,1.13,1.14


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/image marshal.c,1.13,1.14
Date: Tue, 18 Nov 2003 20:26:48 +0000

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv23020/image

Modified Files:
        marshal.c 
Log Message:


ILPInvokeGetMarshalType: fix a typo (thanks to Miroslaw Dobrzanski-Neumann).


Index: marshal.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/marshal.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** marshal.c   7 Oct 2003 09:38:16 -0000       1.13
--- marshal.c   18 Nov 2003 20:26:46 -0000      1.14
***************
*** 150,154 ****
                ExtractCustomString(customName, customNameLen);
                ExtractCustomString(customCookie, customCookieLen);
!               if(customNameLen > 0)
                {
                        return IL_META_MARSHAL_CUSTOM;
--- 150,154 ----
                ExtractCustomString(customName, customNameLen);
                ExtractCustomString(customCookie, customCookieLen);
!               if(*customNameLen > 0)
                {
                        return IL_META_MARSHAL_CUSTOM;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]