mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 22:09:19 +02:00
backslash/slash fixes, again
This commit is contained in:
@@ -6707,7 +6707,6 @@ bool TMoverParameters::LoadFIZ(std::string chkpath)
|
||||
|
||||
WriteLog("LOAD FIZ FROM " + file);
|
||||
|
||||
std::replace(file.begin(), file.end(), '\\', '/');
|
||||
std::ifstream in(file);
|
||||
if (!in.is_open())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user