From 8bea02b7de580ddb42c9edb33309eb8a54943db7 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Wed, 7 Dec 2022 21:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Sound/flitevoice.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Sound/flitevoice.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Sound/flitevoice.cxx b/src/Sound/flitevoice.cxx index 172b94c..28bec65 100644 --- a/src/Sound/flitevoice.cxx +++ b/src/Sound/flitevoice.cxx @@ -84,8 +84,9 @@ void FGFLITEVoice::speak(const string & msg) SG_LOG(SG_SOUND, SG_INFO, "CMD :" << urlcmd ); + system(urlcmd.c_str()); - popen(urlcmd.c_str(),"r"); + //popen(urlcmd.c_str(),"r"); } } }