Page 1 of 1

Bug in tk-args

Posted: Mon Oct 27, 2003 9:37 pm
by HPW
Instead of:

Code: Select all

(define (tk-args)
	(parse (tk "args" " ")))
must be

Code: Select all

(define (tk-args)
	(parse (tk "args") " "))

Posted: Sun Nov 09, 2003 8:57 am
by HPW
Bug is still in 7300 source distribution!

Posted: Sun Nov 09, 2003 2:46 pm
by Lutz
thankyou for catching this, will be corrected in 3.01

Lutz