[FIX] NoMacDoubleColon-nk

Ned Konz ned at bike-nomad.com
Wed Dec 4 17:21:19 UTC 2002


from preamble:

"Change Set:		NoMacDoubleColon-nk
Date:			4 December 2002
Author:			Ned Konz

The change set 5131macRelativeFNFix-nk introduced an incorrect result
for the isAbsolute test on Mac filenames starting with a double colon.
This change set removes the double colon logic from the isAbsolute test.

So with this CS the isAbsolute logic is:

* fileName starts with : -> relative
* fileName starts with the name of a folder under the root -> absolute
* otherwise -> relative
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: NoMacDoubleColon-nk.cs.gz
Type: application/octet-stream
Size: 507 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20021204/948ac14f/NoMacDoubleColon-nk.cs.obj


More information about the Squeak-dev mailing list