From d190fc93137b786405411410d104cac2c3f78320 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 30 Nov 2022 21:31:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'utils/fgcom/fgcom=5Fexter?= =?UTF-8?q?nal.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/fgcom/fgcom_external.cxx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/utils/fgcom/fgcom_external.cxx b/utils/fgcom/fgcom_external.cxx index 44f6bc9..5a01196 100644 --- a/utils/fgcom/fgcom_external.cxx +++ b/utils/fgcom/fgcom_external.cxx @@ -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",