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

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

[Dotgnu-pnet-commits] CVS: pnetlib/System UriFormatException.cs,1.5,1.6


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/System UriFormatException.cs,1.5,1.6
Date: Sat, 05 Jul 2003 01:07:12 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/System
In directory subversions:/tmp/cvs-serv11471/System

Modified Files:
        UriFormatException.cs 
Log Message:


Add explicit "unchecked" contexts around constants that need it.


Index: UriFormatException.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/System/UriFormatException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** UriFormatException.cs       26 May 2003 04:41:20 -0000      1.5
--- UriFormatException.cs       5 Jul 2003 05:07:10 -0000       1.6
***************
*** 38,42 ****
                {
                #if !ECMA_COMPAT
!                       HResult = (int)0x80131537;
                #endif
                }
--- 38,42 ----
                {
                #if !ECMA_COMPAT
!                       HResult = unchecked((int)0x80131537);
                #endif
                }
***************
*** 45,49 ****
                {
                #if !ECMA_COMPAT
!                       HResult = (int)0x80131537;
                #endif
                }
--- 45,49 ----
                {
                #if !ECMA_COMPAT
!                       HResult = unchecked((int)0x80131537);
                #endif
                }





reply via email to

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