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

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

[Dotgnu-pnet-commits] CVS: pnet/cscc/c c_types.c,1.36,1.37


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/c c_types.c,1.36,1.37
Date: Mon, 11 Aug 2003 02:55:06 -0400

Update of /cvsroot/dotgnu-pnet/pnet/cscc/c
In directory subversions:/tmp/cvs-serv11270/cscc/c

Modified Files:
        c_types.c 
Log Message:


MD5HashType: bug in the value used for hashing primitive
element types (bug #4528).


Index: c_types.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/c/c_types.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -r1.36 -r1.37
*** c_types.c   28 Jun 2003 05:28:47 -0000      1.36
--- c_types.c   11 Aug 2003 06:55:04 -0000      1.37
***************
*** 1165,1169 ****
        {
                /* Hash a primitive type */
!               MD5HashAddChar(md5, ILType_ToElement(md5));
        }
        else if(ILType_IsValueType(type))
--- 1165,1169 ----
        {
                /* Hash a primitive type */
!               MD5HashAddChar(md5, ILType_ToElement(type));
        }
        else if(ILType_IsValueType(type))





reply via email to

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