Socket class|#createIfFail:

Leandro Caniglia caniglia at dm.uba.ar
Sun Dec 27 12:47:43 UTC 1998


I'm not sure if this bug has been noted in 2.3, but in 2.2 the method Socket
class|#createIfFail: begins with:

    sock _ self new initialize.

It should say

    sock _ self new.

since the initialization is done in the #new method.

Saludos,
Leandro





More information about the Squeak-dev mailing list