Make path separator replacement for subfiles as well

This commit is contained in:
Guillaume Gomez 2017-02-22 23:19:03 +01:00
parent e606a43320
commit 958fbc5d66

View File

@ -2000,7 +2000,7 @@ actual:\n\
.unwrap_or(&path)
.to_str()
.unwrap()
.to_owned(),
.replace('\\', "/"),
self.get_lines(&path, None));
}