update case
This commit is contained in:
parent
639df3dfad
commit
d0d155171c
|
@ -2956,11 +2956,11 @@ int8_t tUpdateCompress(uint32_t oldCmpr, uint32_t newCmpr, uint8_t l2Disabled, u
|
|||
if (update == 0) {
|
||||
if (ol2 == L2_DISABLED) {
|
||||
update = -1;
|
||||
return update;
|
||||
}
|
||||
} else {
|
||||
SET_COMPRESS(ol1, ol2, nlvl, *dst);
|
||||
update = 1;
|
||||
}
|
||||
SET_COMPRESS(ol1, ol2, nlvl, *dst);
|
||||
update = 1;
|
||||
}
|
||||
|
||||
return update;
|
||||
|
|
Loading…
Reference in New Issue