From df3db38ae7e004a5dc782a6ee5dd7a9ce8cc1e68 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 27 Mar 2025 09:58:11 -0500 Subject: [PATCH] letters should be lowercase --- repertory/repertory/src/ui/handlers.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repertory/repertory/src/ui/handlers.cpp b/repertory/repertory/src/ui/handlers.cpp index 21e8e64b..f6ef542a 100644 --- a/repertory/repertory/src/ui/handlers.cpp +++ b/repertory/repertory/src/ui/handlers.cpp @@ -326,9 +326,9 @@ void handlers::handle_put_mount_location(const httplib::Request &req, void handlers::handle_get_available_locations(httplib::Response &res) { #if defined(_WIN32) constexpr const std::array letters{ - "A:", "B:", "C:", "D:", "E:", "F:", "G:", "H:", "I:", - "J:", "K:", "L:", "M:", "N:", "O:", "P:", "Q:", "R:", - "S:", "T:", "U:", "V:", "W:", "X:", "Y:", "Z:", + "a:", "b:", "c:", "d:", "e:", "f:", "g:", "h:", "i:", + "j:", "k:", "l:", "m:", "n:", "o:", "p:", "q:", "r:", + "s:", "t:", "u:", "v:", "w:", "x:", "y:", "z:", }; auto available = std::accumulate(