From c4bcfebdd1f9a777f18543c398f27f664ee7da90 Mon Sep 17 00:00:00 2001 From: taynpg Date: Tue, 8 Apr 2025 13:09:45 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=AD=A3=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E8=AD=A6=E5=91=8A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.cpp b/client/client.cpp index 317ac1e..e2109db 100644 --- a/client/client.cpp +++ b/client/client.cpp @@ -63,7 +63,7 @@ void CClient::print_help(bool detail) return; } - constexpr char* sp = "=================================================="; + std::string sp = "=================================================="; TLOGI("{}", sp); TLOGW("#Get#"); TLOGI(" des: Get all clients on server.");