[FIX] WriteStream | setToEnd

Leandro Caniglia caniglia at dm.uba.ar
Fri Jan 4 11:26:53 UTC 2002


>From preamble:

Change Set:		setToEndFix
Date:			4 January 2002
Author:			Leandro Caniglia

Fixes the following bug:
	stream _ WriteStream with: ''.
	stream nextPutAll: 'hello'.
	stream position.		-> 5
	stream setToEnd.
	stream position		-> 0 wrong!!!!

Simple TestCase included.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: setToEndFix.2.cs.gz
Type: application/x-gzip
Size: 501 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20020104/0c7d1f04/setToEndFix.2.cs.bin


More information about the Squeak-dev mailing list