move b_len from PackHeader to PackUnix
packer.h p_unix.h p_unix.cpp p_lx_elf.cpp p_lx_exc.cpp committer: jreiser <jreiser> 981741734 +0000
This commit is contained in:
+1
-1
@@ -194,7 +194,7 @@ void PackLinuxI386elf::packExtent(
|
||||
tmp.b_cto8 = ft->cto;
|
||||
}
|
||||
fo->write(&tmp, sizeof(tmp));
|
||||
ph.b_len += sizeof(b_info);
|
||||
b_len += sizeof(b_info);
|
||||
|
||||
// write compressed data
|
||||
if (ph.c_len < ph.u_len) {
|
||||
|
||||
Reference in New Issue
Block a user