mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 04:00:04 +00:00
Fix RdaAdaptationData seek offset
This commit is contained in:
parent
c0280fcfab
commit
b0e7f24be2
1 changed files with 1 additions and 1 deletions
|
|
@ -1339,7 +1339,7 @@ bool RdaAdaptationData::Parse(std::istream& is)
|
||||||
ReadChar(is, p->slatdir_); // 1316-1319
|
ReadChar(is, p->slatdir_); // 1316-1319
|
||||||
ReadChar(is, p->slondir_); // 1320-1323
|
ReadChar(is, p->slondir_); // 1320-1323
|
||||||
|
|
||||||
is.seekg(3824, std::ios_base::cur); // 1324-2499
|
is.seekg(1176, std::ios_base::cur); // 1324-2499
|
||||||
|
|
||||||
is.read(reinterpret_cast<char*>(&p->digRcvrClockFreq_), 8); // 2500-2507
|
is.read(reinterpret_cast<char*>(&p->digRcvrClockFreq_), 8); // 2500-2507
|
||||||
is.read(reinterpret_cast<char*>(&p->cohoFreq_), 8); // 2508-2515
|
is.read(reinterpret_cast<char*>(&p->cohoFreq_), 8); // 2508-2515
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue