Back out encoding change of empty string, done by comment

unstable
HD Moore 2012-06-29 01:07:58 -05:00
parent 1627720166
commit eb762b3653
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Archive
# Compress this archive and return the resulting zip file as a String. # Compress this archive and return the resulting zip file as a String.
# #
def pack def pack
ret = ''.unpack("C*").pack("C*") ret = ''
# save the offests # save the offests
offsets = [] offsets = []