mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Windows fix for fs mod
This commit is contained in:
@@ -248,7 +248,7 @@ impl std::fmt::Display for FsEntry {
|
||||
};
|
||||
#[cfg(target_os = "windows")]
|
||||
let username: usize = match self.get_user() {
|
||||
Some(uid) => uid,
|
||||
Some(uid) => uid as usize,
|
||||
None => 0,
|
||||
};
|
||||
// Get group
|
||||
|
||||
Reference in New Issue
Block a user