Fix favorite Server List on Windows
authorSfan5 <sfan5@live.de>
Sat, 4 May 2013 05:31:22 +0000 (07:31 +0200)
committerSfan5 <sfan5@live.de>
Sat, 4 May 2013 05:31:22 +0000 (07:31 +0200)
src/serverlist.cpp

index 7053436d055e42b7dc2e06e7c93820a567110201..ea5a616c249d8bad66cd9792b16d708f6a270ab5 100644 (file)
@@ -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;