1. Bug in V4 Safe.e

There is a bug in the procedure "poke2" in file safe.e. If a sequence is poked it will report an error when none exists.

The error is in line #398 which currently contains:

    len = length(v) * 4  

It should be:

    len = length(v) * 2  

Larry Miller

new topic     » topic index » view message » categorize

2. Re: Bug in V4 Safe.e

Larry,

Thanks for the report. On reporting, Jim fixed it and it's in SVN now and will be part of 4.0a3.

Jeremy

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu