fix
This commit is contained in:
		| @@ -27,6 +27,7 @@ | ||||
| #include "events/events.hpp" | ||||
| #include "types/repertory.hpp" | ||||
| #include "utils/path_utils.hpp" | ||||
| #include "version.hpp" | ||||
|  | ||||
| namespace repertory::remote_winfsp { | ||||
| #define RAISE_REMOTE_WINFSP_CLIENT_EVENT(func, file, ret)                      \ | ||||
| @@ -315,7 +316,7 @@ auto remote_client::winfsp_mounted(const std::wstring &location) | ||||
|   constexpr const auto *function_name = static_cast<const char *>(__FUNCTION__); | ||||
|  | ||||
|   packet request; | ||||
|   request.encode(project_get_version()); | ||||
|   request.encode(std::string{project_get_version()}); | ||||
|   request.encode(location); | ||||
|  | ||||
|   std::uint32_t service_flags{}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user