release v0.6pre9
also fix a bug in TL macro compat
This commit is contained in:
parent
29fa249227
commit
3dd4f3e7e8
8 changed files with 20 additions and 27 deletions
|
|
@ -2264,15 +2264,13 @@ void DivInstrument::readFeatureOx(SafeReader& reader, int op, short version) {
|
|||
|
||||
// <167 TL macro compat
|
||||
if (macroCode==6 && version<167) {
|
||||
for (int i=0; i<4; i++) {
|
||||
if (target->open&6) {
|
||||
for (int j=0; j<2; j++) {
|
||||
target->val[j]^=0x7f;
|
||||
}
|
||||
} else {
|
||||
for (int j=0; j<target->len; j++) {
|
||||
target->val[j]^=0x7f;
|
||||
}
|
||||
if (target->open&6) {
|
||||
for (int j=0; j<2; j++) {
|
||||
target->val[j]^=0x7f;
|
||||
}
|
||||
} else {
|
||||
for (int j=0; j<target->len; j++) {
|
||||
target->val[j]^=0x7f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue