Back out encoding change of empty string, done by comment
parent
1627720166
commit
eb762b3653
|
@ -66,7 +66,7 @@ class Archive
|
|||
# Compress this archive and return the resulting zip file as a String.
|
||||
#
|
||||
def pack
|
||||
ret = ''.unpack("C*").pack("C*")
|
||||
ret = ''
|
||||
|
||||
# save the offests
|
||||
offsets = []
|
||||
|
|
Loading…
Reference in New Issue