Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

fix file truncation bug #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 2, 2021

  1. fix file truncation bug

    std::io::Write::write() does not guarantee writing all bytes. For that,
    we should use write_all() instead.
    ericseppanen committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    7413d52 View commit details
    Browse the repository at this point in the history