mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 16:22:47 +02:00
build: fix problems found with unconvert
This commit is contained in:
@ -463,7 +463,7 @@ func (c *cipher) deobfuscateSegment(ciphertext string) (string, error) {
|
||||
if int(newRune) < base {
|
||||
newRune += 256
|
||||
}
|
||||
_, _ = result.WriteRune(rune(newRune))
|
||||
_, _ = result.WriteRune(newRune)
|
||||
|
||||
default:
|
||||
_, _ = result.WriteRune(runeValue)
|
||||
|
Reference in New Issue
Block a user