From f6dc7569743508fae86eeb4f88e1f54b2697551c Mon Sep 17 00:00:00 2001 From: fangyunzhong Date: Sat, 26 Aug 2023 01:44:38 +0000 Subject: [PATCH] =?UTF-8?q?fixed=2030e8b2b=20from=20https://gitee.com/fang?= =?UTF-8?q?-yunzhong/developtools=5Fglobal=5Fresource=5Ftool/pulls/116=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E6=94=AF=E6=8C=81=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=EF=BC=8C=E6=A0=BC=E5=BC=8F=E4=BF=AE=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;