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

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

[Dotgnu-pnet-commits] CVS: pnet/engine ilrun.c,1.24,1.25


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/engine ilrun.c,1.24,1.25
Date: Tue, 05 Nov 2002 19:14:16 -0500

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv15224/engine

Modified Files:
        ilrun.c 
Log Message:


Report a better message than "virtual memory exhausted" when an exception
occurs that cannot be converted into a string for some reason.


Index: ilrun.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/ilrun.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** ilrun.c     12 Aug 2002 09:50:11 -0000      1.24
--- ilrun.c     6 Nov 2002 00:14:12 -0000       1.25
***************
*** 348,351 ****
--- 348,356 ----
                        putc('\n', stderr);
                }
+               else if(exception)
+               {
+                       fputs("An exception occurred which could not be 
converted "
+                             "into a string\n", stderr);
+               }
                else
                {





reply via email to

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