minor fix (ruby != perl)

This commit is contained in:
Ward Wouts 2002-08-05 21:14:00 +00:00
parent fdd4a45195
commit 81acfe4397

View file

@ -818,7 +818,7 @@ def _ydecode_file(file, outfile)
i += 1
line[i] -= 64
end
outfile.putc ymap[line[i]]
outfile.putc ymap[line[i]%255]
bytes += 1
end