Skip to content

Commit 23a860f

Browse files
authored
Merge pull request #684 from ourairquality/rtknavi-init-fix
rtknavi: fix initialization
2 parents c5009cb + fbe15e1 commit 23a860f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/winapp/rtknavi/markdlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ __fastcall TMarkDialog::TMarkDialog(TComponent* Owner)
2222
{
2323
AnsiString s;
2424
NMark=1;
25-
FixPos[0]=FixPos[0]=FixPos[0]=0.0;
25+
FixPos[0]=FixPos[1]=FixPos[2]=0.0;
2626
Label1->Caption=s.sprintf("%%r=%03d",NMark);
2727
}
2828
//---------------------------------------------------------------------------

0 commit comments

Comments
 (0)