Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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