Issue status update for http://smalltalk.gnu.org/project/issue/283 Post a follow up: http://smalltalk.gnu.org/project/comments/add/283

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  bonzinip
Updated by:   bonzinip
Status:       active

Indeed, this fixes it.

diff --git a/kernel/Transcript.st b/kernel/Transcript.st
index 0d404f6..b0981b9 100644
--- a/kernel/Transcript.st
+++ b/kernel/Transcript.st
@@ -193,7 +193,7 @@ "Private - Initialize the receiver's instance variables"

       <category: 'private'>
-       semaphore := Semaphore forMutualExclusion
+       semaphore := RecursionLock new
    ]
]




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

Reply via email to