Author: coke
Date: Mon Dec 15 12:06:49 2008
New Revision: 33933

Modified:
   trunk/src/exceptions.c

Log:
Apply remainder of patch from Andy Dougherty that I thought was already applied.



Modified: trunk/src/exceptions.c
==============================================================================
--- trunk/src/exceptions.c      (original)
+++ trunk/src/exceptions.c      Mon Dec 15 12:06:49 2008
@@ -196,8 +196,7 @@
         const INTVAL   severity    = VTABLE_get_integer_keyed_str(interp, 
exception, CONST_STRING(interp, "severity"));
         PMC *dead;
         if (severity < EXCEPT_error) {
-            PMC *resume = VTABLE_get_attr_str(interp, exception,
-                    CONST_STRING(interp, "resume"));
+            PMC *resume = VTABLE_get_attr_str(interp, exception, 
CONST_STRING(interp, "resume"));
             if (string_equal(interp, message, CONST_STRING(interp, "")) == 1) {
                 Parrot_io_eprintf(interp, "%S\n", message);
             }

Reply via email to