commit
102e7a132b
1 changed files with 1 additions and 1 deletions
2
rpatool
2
rpatool
|
@ -133,7 +133,7 @@ class RenPyArchive:
|
||||||
padding += chr(random.randint(1, 255))
|
padding += chr(random.randint(1, 255))
|
||||||
length -= 1
|
length -= 1
|
||||||
|
|
||||||
return padding
|
return bytes(padding, 'utf-8')
|
||||||
|
|
||||||
# Converts a filename to archive format.
|
# Converts a filename to archive format.
|
||||||
def convert_filename(self, filename):
|
def convert_filename(self, filename):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue