FMGC: Fix bug in format error message
This commit is contained in:
parent
9a92eaa0c5
commit
ceb8a6fcdb
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ var notAllowed = func(i) {
|
|||
setprop("/MCDU[" ~ i ~ "]/scratchpad", "NOT ALLOWED");
|
||||
}
|
||||
|
||||
var fomratError = func(i) {
|
||||
var formatError = func(i) {
|
||||
if (getprop("/MCDU[" ~ i ~ "]/scratchpad") != "FORMAT ERROR") {
|
||||
if (getprop("/MCDU[" ~ i ~ "]/scratchpad-msg") == 1) {
|
||||
setprop("/MCDU[" ~ i ~ "]/last-scratchpad", "");
|
||||
|
|
Reference in a new issue