Il 24/03/2014 16:02, Gwenaël Casaccio ha scritto:
diff --git a/kernel/Process.st b/kernel/Process.st
index ef0e7d4..d5931fb 100644
--- a/kernel/Process.st
+++ b/kernel/Process.st
@@ -329,7 +329,7 @@ can suspend themselves and resume themselves however they 
wish.'>
        | terminated |
        terminated := false.
        
-       [aBlock on: ProcessBeingTerminated
+       [aBlock on: SystemExceptions.ProcessBeingTerminated
            do:
                [:sig |
                terminated := true.
-- 1.8.3.2

ACK

Paolo

_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to