Back out encoding change of empty string, done by comment

This commit is contained in:
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.
#
def pack
ret = ''.unpack("C*").pack("C*")
ret = ''
# save the offests
offsets = []