Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cache when file size === 0 #35353

Merged
merged 1 commit into from
Nov 23, 2022

Commits on Nov 23, 2022

  1. Update cache when file size === 0

    The conditions were false when $result === 0.
    $results here contains the number of written bits.
    The correct way of checking for operation success is to check if $result === false
    
    Signed-off-by: Louis Chemineau <louis@chmn.me>
    artonge committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    66ba90c View commit details
    Browse the repository at this point in the history