Skip to content

Commit 8b4ed40

Browse files
authored
Merge pull request #676 from ourairquality/rtkconv-mask-fix
rtkconv: fix code mask init, for added 6D and 6P
2 parents b6653de + 5af8b54 commit 8b4ed40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/winapp/rtkconv/convmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ void __fastcall TMainWindow::LoadOpt(void)
10411041
{
10421042
TIniFile *ini=new TIniFile(IniFile);
10431043
AnsiString opt,mask=
1044-
"11111111111111111111111111111111111111111111111111111111111111111111";
1044+
"1111111111111111111111111111111111111111111111111111111111111111111111";
10451045

10461046
RnxVer =ini->ReadInteger("opt","rnxver", 7);
10471047
RnxFile =ini->ReadInteger("opt","rnxfile", 0);

0 commit comments

Comments
 (0)