Fix a typo
This commit is contained in:
parent
28f50df1d5
commit
33a52bdca2
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ bool FGAtlas::gen_message() {
|
|||
static SGPropertyNode *nav_freq
|
||||
= fgGetNode("/instrumentation/nav/frequencies/selected-mhz", true);
|
||||
static SGPropertyNode *nav_sel_radial
|
||||
= fgGetNode("/instrumentation/van/radials/selected-deg", true);
|
||||
= fgGetNode("/instrumentation/nav/radials/selected-deg", true);
|
||||
|
||||
char rmc[256], gga[256], patla[256];
|
||||
char rmc_sum[10], gga_sum[10], patla_sum[10];
|
||||
|
|
Loading…
Reference in a new issue