This commit is contained in:
Kovid Goyal 2010-01-26 12:47:37 -07:00
commit 3911e5711d

View File

@ -217,7 +217,7 @@ class MetadataUpdater(object):
pad = '\0' * (4 - trail) # Always pad w/ at least 1 byte
new_record0.write(pad)
self.hexdump(new_record0.getvalue())
#self.hexdump(new_record0.getvalue())
# Rebuild the stream, update the pdbrecords pointers
self.patchSection(0,new_record0.getvalue())