mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01: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