From 8b6536c55beeec0f40830b71ffebf8742d3c6662 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 17 Jul 2024 13:57:08 -0500 Subject: [PATCH] fix --- repertory/librepertory/include/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/librepertory/include/common.hpp b/repertory/librepertory/include/common.hpp index 0c09bb3a..441f9154 100644 --- a/repertory/librepertory/include/common.hpp +++ b/repertory/librepertory/include/common.hpp @@ -164,7 +164,7 @@ inline constexpr const std::string_view REPERTORY = "repertory"; inline constexpr const std::wstring_view REPERTORY_W = L"repertory"; inline constexpr const std::uint64_t REPERTORY_CONFIG_VERSION = 0ULL; -inline constexpr const std::string_view REPERTORY_DATA_NAME = REPERTORY "2"; +inline constexpr const std::string_view REPERTORY_DATA_NAME = "repertory2"; inline constexpr const std::string_view REPERTORY_MIN_REMOTE_VERSION = "2.0.0"; #if defined(_WIN32)