We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6653de + 5af8b54 commit 8b4ed40Copy full SHA for 8b4ed40
1 file changed
app/winapp/rtkconv/convmain.cpp
@@ -1041,7 +1041,7 @@ void __fastcall TMainWindow::LoadOpt(void)
1041
{
1042
TIniFile *ini=new TIniFile(IniFile);
1043
AnsiString opt,mask=
1044
- "11111111111111111111111111111111111111111111111111111111111111111111";
+ "1111111111111111111111111111111111111111111111111111111111111111111111";
1045
1046
RnxVer =ini->ReadInteger("opt","rnxver", 7);
1047
RnxFile =ini->ReadInteger("opt","rnxfile", 0);
0 commit comments