From fdd999bd9ffb629c3d23f419431dbac601a15657 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 28 Nov 2022 10:41:40 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sound/voice.cxx b/src/Sound/voice.cxx index addf247..fc90066 100644 --- a/src/Sound/voice.cxx +++ b/src/Sound/voice.cxx @@ -199,7 +199,7 @@ FGFestivalVoice::~FGFestivalVoice() void FGVoiceMgr::FGVoice::pushMessage( const string & m) { - FGLocale::utf8toLatin1(s); + FGLocale::utf8toLatin1(m); _msg.push(m);