[FIX] Trivial fix to Link class

Andrew P. Black black at cse.ogi.edu
Wed Oct 4 00:04:22 UTC 2000


The Link class method #nextLink:, which should answer a new instance 
of Link, instead answered nil.

The fix is the obvious addition of 'yourself'.

The one place that should have used this method -- 
SystemDictionary>>useUpMemory -- carefully programmed around this 
bug, so I changed that code so that it now uses #nextLink: in the 
natural way.

	Andrew

-------------- next part --------------
A non-text attachment was scrubbed...
Name: LinkFixes.1.cs
Type: application/octet-stream
Size: 541 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20001003/62d2a623/LinkFixes.1.obj


More information about the Squeak-dev mailing list