Fix build error on Travis for windows builds
This commit is contained in:
parent
0da30abdec
commit
7c20ff3bdc
@ -196,7 +196,9 @@ inline void LoadDBC(uint32& availableDbcLocales, BarGoLink& bar, StoreProblemLis
|
|||||||
|
|
||||||
std::string dbc_filename_loc = dbc_path + fullLocaleNameList[i].name + "/" + filename;
|
std::string dbc_filename_loc = dbc_path + fullLocaleNameList[i].name + "/" + filename;
|
||||||
if (!storage.LoadStringsFrom(dbc_filename_loc.c_str()))
|
if (!storage.LoadStringsFrom(dbc_filename_loc.c_str()))
|
||||||
{ availableDbcLocales &= ~(1 << i); } // mark as not available for speedup next checks
|
{
|
||||||
|
availableDbcLocales &= ~(1 << i); // mark as not available for speedup next checks
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user