From 908e75c696c961da940cabf353e9d5d82bb65668 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 4 Apr 2025 12:37:33 -0500 Subject: [PATCH] debugging --- .../src/drives/winfsp/remotewinfsp/remote_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/librepertory/src/drives/winfsp/remotewinfsp/remote_client.cpp b/repertory/librepertory/src/drives/winfsp/remotewinfsp/remote_client.cpp index 6a3db6c9..c4ac810f 100644 --- a/repertory/librepertory/src/drives/winfsp/remotewinfsp/remote_client.cpp +++ b/repertory/librepertory/src/drives/winfsp/remotewinfsp/remote_client.cpp @@ -205,7 +205,7 @@ auto remote_client::winfsp_create(PWSTR file_name, UINT32 create_options, #endif // defined(_WIN32) } - fmt::println("{}|{}|{}", file_name, exists, ret); + fmt::println("{}|{}|{}", utils::string::to_utf8(file_name), exists, ret); return ret; }