[FIX] setToEndFix

Leandro Caniglia caniglia at dm.uba.ar
Thu Aug 30 05:32:58 UTC 2001


from preamble:

"Change Set:		setToEndFix
Date:			30 August 2001
Author:			Leandro Caniglia

Fixes the following bug:
	stream _ WriteStream with: ''.
	stream nextPutAll: 'hello'.
	stream position.		-> 5
	stream setToEnd.
	stream position		-> 0 wrong!!
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: setToEndFix.cs.gz
Type: application/octet-stream
Size: 269 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20010830/e68737f2/setToEndFix.cs.obj


More information about the Squeak-dev mailing list