mirror of
https://github.com/rclone/rclone.git
synced 2025-06-03 00:36:38 +02: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