BUG: Wrong err msg format
- Posted by Derek Parnell <ddparnell at bigpond.com> Nov 18, 2004
- 521 views
In 'execute.e' the lines 885, and 902 read .. sprintf("subscript value %s is out of bounds, reading from a sequence of length %ld", but I think should be ... sprintf("subscript value %d is out of bounds, reading from a sequence of length %ld", -- Derek Parnell Melbourne, Australia