[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello

> When running this I would expect the 2 files to
> look the same, but they don't.

Additionally to the reported bug these seem to be broken:

1) Turning off buffering:

        open P1, S0
        find_method P10, P1, "setbuf"
        set P5, P1
        set I5, 0
        invoke P10

No effect, bug still persists.

2) Flushing buffers:

        print P1, S1
        find_method P10, P1, "flush"
        set P5, P1
        invoke P10

Writes endlessly the same buffer and fills the disc.

Both method calls were inserted in the given primes.pasm.

Tests, tests, tests, and fixes very welcome,
leo

Reply via email to