checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 17 Aug 1998 10:22:56 +0200
changeset 1838 67a4474636c1
parent 1837 83acb9c13eff
child 1839 cb2d38376479
checkin from browser
SemaphoreMonitor.st
--- a/SemaphoreMonitor.st	Mon Aug 17 10:14:16 1998 +0200
+++ b/SemaphoreMonitor.st	Mon Aug 17 10:22:56 1998 +0200
@@ -166,7 +166,7 @@
                           , ' '
                           , (aSemaphore count printStringLeftPaddedTo:3)
                           , ' '
-                          , owner
+                          , owner printString
                           , ' '
                           , (waiters size printStringLeftPaddedTo:3)
                           , ' '
@@ -202,7 +202,7 @@
     ]
 
     "Modified: / 3.7.1996 / 13:56:01 / stefan"
-    "Modified: / 28.7.1998 / 01:26:47 / cg"
+    "Modified: / 17.8.1998 / 10:22:50 / cg"
 ! !
 
 !SemaphoreMonitor methodsFor:'menu'!
@@ -352,5 +352,5 @@
 !SemaphoreMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SemaphoreMonitor.st,v 1.13 1998-07-28 10:01:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SemaphoreMonitor.st,v 1.14 1998-08-17 08:22:56 cg Exp $'
 ! !