From 1cdc1742079b4ac33e92efb373408ff999548d5f Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 7 Aug 2024 11:27:21 -0500 Subject: [PATCH] fix --- repertory/repertory_test/src/remote_winfsp_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/repertory_test/src/remote_winfsp_test.cpp b/repertory/repertory_test/src/remote_winfsp_test.cpp index 01860433..a76e6774 100644 --- a/repertory/repertory_test/src/remote_winfsp_test.cpp +++ b/repertory/repertory_test/src/remote_winfsp_test.cpp @@ -54,7 +54,7 @@ static void can_delete_test(remote_client &client) { if (nf) { EXPECT_EQ(STATUS_INVALID_HANDLE, client.winfsp_can_delete(reinterpret_cast(nf.get_handle()), - api_path.c_str())); + api_path.data())); nf.close(); EXPECT_TRUE(utils::file::retry_delete_file(test_file));