mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
CORE-9023 Do the seek to the beginning only once before starting the loop, but avoid doing it for each chunk read: we base ourselves on the fact that read operations automatically advance the internal read pointer (per the specs).