mirror of
https://github.com/rclone/rclone.git
synced 2025-03-04 21:24:25 +08:00

Fix issue #1315 where filenames calculated with a base distance of zero (ie the characters add up to 0(mod 256) aren't de-obfuscated on reading. This was due to overloading of "0" to also mean "invalid UTF8; no rotation", so we remove that double meaning