minor fix (ruby != perl)
This commit is contained in:
parent
fdd4a45195
commit
81acfe4397
1 changed files with 1 additions and 1 deletions
|
|
@ -818,7 +818,7 @@ def _ydecode_file(file, outfile)
|
||||||
i += 1
|
i += 1
|
||||||
line[i] -= 64
|
line[i] -= 64
|
||||||
end
|
end
|
||||||
outfile.putc ymap[line[i]]
|
outfile.putc ymap[line[i]%255]
|
||||||
bytes += 1
|
bytes += 1
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue