From a433b981d235eba87a48b1dc7add55b825397adb Mon Sep 17 00:00:00 2001 From: fangyunzhong Date: Sat, 26 Aug 2023 01:44:38 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E8=B7=B3=E8=BD=AC=EF=BC=8C=E6=A0=BC=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangyunzhong --- include/resource_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/resource_data.h b/include/resource_data.h index dc74235..40b1a31 100644 --- a/include/resource_data.h +++ b/include/resource_data.h @@ -34,7 +34,7 @@ const static std::string RESOURCE_INDEX_FILE = "resources.index"; const static std::string JSON_EXTENSION = ".json"; const static std::string SEPARATOR = "/"; const static std::string WIN_SEPARATOR = "\\"; -const static std::string NEW_LINE_PATH = "\r\nat "; +const static std::string NEW_LINE_PATH = "\nat "; const static std::string LONG_PATH_HEAD = "\\\\?\\"; const static std::string ID_DEFINED_INDENTATION = " "; const static int32_t VERSION_MAX_LEN = 128;