mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 11:35:56 +00:00
@@ -412,7 +412,7 @@ impl<T: InvokeUiSession> Session<T> {
|
||||
|
||||
pub fn get_path_sep(&self, is_remote: bool) -> &'static str {
|
||||
let p = self.get_platform(is_remote);
|
||||
if &p == crate::platform::PLATFORM_WINDOWS {
|
||||
if &p == crate::PLATFORM_WINDOWS {
|
||||
return "\\";
|
||||
} else {
|
||||
return "/";
|
||||
|
||||
Reference in New Issue
Block a user