Version 2.4.8
- needs to write via temp buf (fileio.cpp, WriteData) to avoid incorrect write on file server (Win9X?), it looks like a write which takes its input from the mapped file messes up the seek pointer (is the mmap simulated internally with a seek/read, perhaps?)