Displaying 1 result from an estimated 1 matches for "m512158p16310".
2010 May 06
1
Bug in zlib Plugin (2.0)
...sh function, have it:
ctx->saved_physical_size = ctx->output->offset;
It's a update to offset (the size of email) in zlib, but if you update this
value with a new number, the W flag in email is NOT updated.
This is the original file, without update the or increase offset.
1273155226.M512158P16310.brc,S=435,W=390:2,S
This is the file updated with 5000b more.
1273155226.M512158P16310.brc,S=5435,W=390:2,S
The S is updated, but W not.
OK, this not matter in zlib plugin, because the physical size is the email
uncompressed, but if you use the zlib as example, and you use this value
(saved_ph...