[REBOL] skip on direct mode file port
From: anton:lexicon at: 12-Aug-2002 3:02
I run the following code on these two: REBOL/View 1.2.8.3.1 3-Aug-2002 REBOL/View 1.2.1.3.1 21-Jun-2001 fp: open/direct/binary %test-file.r fp: skip fp 4 Now I wait for a long time, while cpu is at maximum. Size of the file is 19 bytes, and it doesn't seem to matter how far I skip to cause the long wait, although skipping 0 returns as expected. What's wrong? Anton.