I submitted this bug some time ago... FYI it's still broken in 2.1.10.
--- /usr/share/gnu-smalltalk/net/NetServer.st 2005-04-06 18:15:29.000000000
-0700
+++ NetServer.st 2003-07-18 16:26:42.000000000 -0700
@@ -82,7 +82,7 @@
printOn: aStream
aStream print: self class; nextPut: $:.
- self isServing ifFalse: [ ^aStream nextPutAll: 'idle' ].
+ self isRunning ifFalse: [ ^aStream nextPutAll: 'idle' ].
aStream print: self socket port
! !-- Brett
signature.asc
Description: Digital signature
_______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
