mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-27 11:03:03 +03:00
fix windows build
This commit is contained in:
parent
a947ce35e7
commit
eddc703fb8
@ -43,7 +43,7 @@ pub struct FileBlame {
|
||||
fn fixup_windows_path(path: &str) -> String {
|
||||
#[cfg(windows)]
|
||||
{
|
||||
path.replace("\\", "/")
|
||||
path.replace('\\', "/")
|
||||
}
|
||||
|
||||
#[cfg(not(windows))]
|
||||
|
Loading…
Reference in New Issue
Block a user