Hi,
The following case:
' 0' (3 spaces and a character) is badly handled: the method return an empty
string instead of '0'
I think the test
if (start<end)
should be
if (start<=end && end<length)Manuel _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
