projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d5b400
)
Fix favorite Server List on Windows
author
Sfan5
<sfan5@live.de>
Sat, 4 May 2013 05:31:22 +0000
(07:31 +0200)
committer
Sfan5
<sfan5@live.de>
Sat, 4 May 2013 05:31:22 +0000
(07:31 +0200)
src/serverlist.cpp
patch
|
blob
|
history
diff --git
a/src/serverlist.cpp
b/src/serverlist.cpp
index 7053436d055e42b7dc2e06e7c93820a567110201..ea5a616c249d8bad66cd9792b16d708f6a270ab5 100644
(file)
--- a/
src/serverlist.cpp
+++ b/
src/serverlist.cpp
@@
-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;