From 6de40b7a28cc9b19bb5cf985db58e415216ba03c Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 28 Nov 2022 10:47:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Sound/voice.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Sound/voice.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Sound/voice.cxx b/src/Sound/voice.cxx index c756b85..fc850d3 100644 --- a/src/Sound/voice.cxx +++ b/src/Sound/voice.cxx @@ -198,9 +198,7 @@ FGFestivalVoice::~FGFestivalVoice() void FGVoiceMgr::FGVoice::pushMessage( const string & m) { - - FGLocale::utf8toLatin1(* m); - + SG_LOG(SG_SOUND, SG_INFO, "FGVoice::pushMessage " << m ); _msg.push(m); #if defined(ENABLE_THREADS)