mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 01:27:35 -05:00

When the standalone version of a binary, with its help file included as a resource, extracts that resource to write it to a disk, it could have accidentally skipped a byte in the middle if the WriteFile call in this loop had not managed to write the whole file in one go.