From fa8900171cc1fa3bebfb625f872ab245031e0811 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Thu, 8 Aug 2024 00:00:29 +0800 Subject: [PATCH] use AnsiString instead of UTF8String in strchr_test.cpp --- datatype/strchr_test.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/datatype/strchr_test.cpp b/datatype/strchr_test.cpp index f26a605..b185194 100644 --- a/datatype/strchr_test.cpp +++ b/datatype/strchr_test.cpp @@ -7,7 +7,7 @@ void out(const char *source,const char *result) std::cout<