fix
This commit is contained in:
parent
224f983ca8
commit
726aa43a95
@ -27,6 +27,7 @@
|
|||||||
#include "events/events.hpp"
|
#include "events/events.hpp"
|
||||||
#include "types/repertory.hpp"
|
#include "types/repertory.hpp"
|
||||||
#include "utils/path_utils.hpp"
|
#include "utils/path_utils.hpp"
|
||||||
|
#include "version.hpp"
|
||||||
|
|
||||||
namespace repertory::remote_winfsp {
|
namespace repertory::remote_winfsp {
|
||||||
#define RAISE_REMOTE_WINFSP_CLIENT_EVENT(func, file, ret) \
|
#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__);
|
constexpr const auto *function_name = static_cast<const char *>(__FUNCTION__);
|
||||||
|
|
||||||
packet request;
|
packet request;
|
||||||
request.encode(project_get_version());
|
request.encode(std::string{project_get_version()});
|
||||||
request.encode(location);
|
request.encode(location);
|
||||||
|
|
||||||
std::uint32_t service_flags{};
|
std::uint32_t service_flags{};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user