MOTHER FUCK

git-svn-id: file:///home/svn/incoming/trunk@2616 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Spoon M 2005-06-09 20:06:39 +00:00
parent 6914600cf6
commit 0db4d8c67c
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class Generic
while pos < buf.length
encoded += (buf[pos] ^ key[pos % len]).chr
key = _encode_mutate_key(buf, key, pos, len)
key = _encode_mutate_key(encoded, key, pos, len)
pos += 1
end