Skip to content

Commit 5af8b54

Browse files
committed
rtkconv: fix code mask init, for added 6D and 6P
missed updating this when codes 6D and 6P were added.
1 parent 93bac73 commit 5af8b54

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)