Skip to content

Commit fbe15e1

Browse files
committed
rtknavi: fix initialization
1 parent f290f20 commit fbe15e1

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)