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;