On 08 Dec 2011, at 18:43, Martin Dias wrote:
I think the problem is that this method supposes n >= 1:
Yeah, that is why I propose a guard, maybe in this method
n = 0 ifTrue: [ ^ buffer]
but I have no time to analyze the consequences/implications.
Sven