Re: BUG: Wrong err msg format

new topic     » goto parent     » topic index » view thread      » older message » newer message

Derek Parnell wrote:
> 
> 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",
> 

Ooops! Actually it should read ...

sprintf("subscript value %d is out of bounds, reading from a sequence of length
%d",

-- 
Derek Parnell
Melbourne, Australia

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu