mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
Before this change the output of `rclone size -P` would get corrupted by the progress printing. This is fixed by using operations.SyncPrintf instead of fmt.Printf. Fixes #7912