From 10328eec9687a6014d5524f8d32055508258f4d2 Mon Sep 17 00:00:00 2001 From: RoamerX <20692776+RoamerX@users.noreply.github.com> Date: Thu, 24 Apr 2025 22:17:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8easychat=E4=B8=AD=E5=81=9C=E6=AD=A2?= =?UTF-8?q?=E4=BD=BF=E7=94=A8StringCopyUppercase=E4=BB=A5=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E6=B1=89=E5=AD=97=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/easy_chat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easy_chat.c b/src/easy_chat.c index 0de7abad25..427aa6773e 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -5225,7 +5225,7 @@ u8 *CopyEasyChatWord(u8 *dest, u16 easyChatWord) { u16 index = EC_INDEX(easyChatWord); u8 groupId = EC_GROUP(easyChatWord); - resultStr = StringCopyUppercase(dest, GetEasyChatWord(groupId, index)); + resultStr = StringCopy(dest, GetEasyChatWord(groupId, index)); } else {