mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-22 17:40:17 +00:00
oof: fix an error when building for Windows
This commit is contained in:
parent
a7a604de9b
commit
7b0864e8c4
@ -91,7 +91,7 @@ impl FlagType {
|
|||||||
#[cfg(target_family = "windows")]
|
#[cfg(target_family = "windows")]
|
||||||
{
|
{
|
||||||
use std::os::windows::ffi::OsStrExt;
|
use std::os::windows::ffi::OsStrExt;
|
||||||
iter = text.encode_wide
|
iter = text.encode_wide();
|
||||||
}
|
}
|
||||||
|
|
||||||
// 45 is the code for a hyphen
|
// 45 is the code for a hyphen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user