From 7085a36ec888a009c554e595a53abb00a455a26e Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 28 Nov 2022 10:42:42 +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 fc90066..f34218f 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(m); + FGLocale::utf8toLatin1(&m); _msg.push(m);