更新 'utils/fgcom/fgcom_external.cxx'

next
zhongjin 2 years ago
parent d8ef512d58
commit d190fc9313

@ -483,6 +483,13 @@ std::string computePhoneNumber(double freq, std::string icao, bool atis)
(int) (freq * 1000 + 0.5) );
exten[16] = '\0';
sprintf( exten,
"%02d%06d",
prefix,
(int) (freq * 1000 + 0.5) );
exten[8] = '\0';
snprintf( phoneNumber,
sizeof(phoneNumber),
"%s:%s@%s/%s",

Loading…
Cancel
Save