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

fix: correct return value logic in doCopyLocalByRange #2437

Merged
merged 1 commit into from
Nov 28, 2024

Commits on Nov 27, 2024

  1. fix: correct return value logic in doCopyLocalByRange

    - Fix inverted return condition for copy operation success
    - Return true when NextDo is kDoCopyNext indicating successful copy
    - Maintain consistent success/failure state with other copy methods
    
    This change fixes a logical error where the copy success state was
    incorrectly inverted, ensuring proper flow control in range-based
    file copy operations.
    
    Log: correct return value logic in doCopyLocalByRange
    Bug: https://pms.uniontech.com/bug-view-290241.html
    liyigang1 committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0bf785e View commit details
    Browse the repository at this point in the history