Enabled recognition of zisofs by magic without zlib support. New by_magic=v2
This commit is contained in:
@ -762,7 +762,8 @@ int Xorriso_status_zisofs(struct XorrisO *xorriso, char *filter, FILE *fp,
|
||||
sprintf(xorriso->result_line,
|
||||
"-zisofs level=%d:block_size=%dk:by_magic=%s\n",
|
||||
xorriso->zlib_level, xorriso->zisofs_block_size / 1024,
|
||||
xorriso->zisofs_by_magic ? "on" : "off");
|
||||
xorriso->zisofs_by_magic == 1 ? "on" :
|
||||
xorriso->zisofs_by_magic == 2 ? "v2" : "off");
|
||||
Xorriso_status_result(xorriso, filter, fp, flag & 2);
|
||||
}
|
||||
if(always || !(
|
||||
|
Reference in New Issue
Block a user