update busted comment

This commit is contained in:
Fred Drake 2005-11-11 19:34:56 +00:00
parent e62e936e79
commit f5b7fd2239
1 changed files with 2 additions and 1 deletions

View File

@ -639,7 +639,8 @@ get_long(unsigned char *buf) {
A toc_entry is a tuple:
(compress, # compression kind; 0 for uncompressed
(__file__, # value to use for __file__, available for all files
compress, # compression kind; 0 for uncompressed
data_size, # size of compressed data on disk
file_size, # size of decompressed data
file_offset, # offset of file header from start of archive