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

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

[Dotgnu-pnet-commits] CVS: pnet/ildasm ildasm_class.c,1.14,1.15


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/ildasm ildasm_class.c,1.14,1.15
Date: Mon, 28 Jul 2003 03:34:56 -0400

Update of /cvsroot/dotgnu-pnet/pnet/ildasm
In directory subversions:/tmp/cvs-serv27796/ildasm

Modified Files:
        ildasm_class.c 
Log Message:


Fix the quoting of '&' characters in csdoc output, and other places where
types may be dumped in XML form.


Index: ildasm_class.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/ildasm/ildasm_class.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** ildasm_class.c      6 May 2003 09:53:21 -0000       1.14
--- ildasm_class.c      28 Jul 2003 07:34:54 -0000      1.15
***************
*** 172,176 ****
                        {
                                fputs("marshal(", outstream);
!                               ILDumpNativeType(outstream, type, typeLen);
                                fputs(") ", outstream);
                        }
--- 172,176 ----
                        {
                                fputs("marshal(", outstream);
!                               ILDumpNativeType(outstream, type, typeLen, 
flags);
                                fputs(") ", outstream);
                        }





reply via email to

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