diff -rc pnet-0.6.0/image/marshal.c pnet-0.6.0-new/image/marshal.c *** pnet-0.6.0/image/marshal.c Wed Oct 8 09:33:26 2003 --- pnet-0.6.0-new/image/marshal.c Mon Nov 17 14:55:20 2003 *************** *** 149,155 **** ExtractCustomString(customName, customNameLen); /* Unused native name */ ExtractCustomString(customName, customNameLen); ExtractCustomString(customCookie, customCookieLen); ! if(customNameLen > 0) { return IL_META_MARSHAL_CUSTOM; } --- 149,155 ---- ExtractCustomString(customName, customNameLen); /* Unused native name */ ExtractCustomString(customName, customNameLen); ExtractCustomString(customCookie, customCookieLen); ! if(*customNameLen > 0) { return IL_META_MARSHAL_CUSTOM; }