updated build system
This commit is contained in:
parent
50e7fb612c
commit
3567941139
@ -1347,9 +1347,8 @@ auto remote_server::winfsp_open(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
auto ret =
|
auto ret = static_cast<packet::error_type>(
|
||||||
static_cast<packet::error_type>(utils::static_cast<packet::error_type>(
|
utils::unix_error_to_windows((res < 0) ? errno : 0));
|
||||||
unix_error_to_windows((res < 0)) ? errno : 0));
|
|
||||||
RAISE_REMOTE_FUSE_SERVER_EVENT(function_name, file_path, ret);
|
RAISE_REMOTE_FUSE_SERVER_EVENT(function_name, file_path, ret);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user