Skip to content
Snippets Groups Projects
Commit b88aa81d authored by sfan5's avatar sfan5
Browse files

Fix favorite Server List on Windows

parent 8d5b400d
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ std::vector<ServerListSpec> getLocal()
std::string liststring;
if(fs::PathExists(path))
{
std::ifstream istream(path.c_str(), std::ios::binary);
std::ifstream istream(path.c_str());
if(istream.is_open())
{
std::ostringstream ostream;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment