[BUG][FIX] Filelist can't view files of length 0

Dan Ingalls Dan at SqueakLand.org
Thu Mar 7 05:32:16 UTC 2002


The new fileList logic goes off in the weeds when you simply look at a file less than 22 characters long.  I added

	stream size < 22 ifTrue: [^ false].

to isZipArchive (#4798) so I could at least keep running.

	- Dan



More information about the Squeak-dev mailing list