bug in MaAtomicFileStream?

Igor Stasenko siguctua at gmail.com
Thu Aug 9 23:22:52 UTC 2007


Here's a simple fix:

maRemoveAll
	"Efficiently removes all elements from the receiver."
	(self respondsTo: #initialize:)
		ifTrue: [ self initialize: (self size max: 4) ]
		ifFalse: [ self init: (self size max: 4) ]

-- 
Best regards,
Igor Stasenko AKA sig.


More information about the Magma mailing list