1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

more stuff...

This commit is contained in:
Perttu Ahola 2011-02-11 20:55:28 +02:00
parent 21372749f5
commit 6e2cd15902
3 changed files with 13 additions and 6 deletions

View file

@ -970,13 +970,15 @@ public:
std::ifstream is(filename);
if(is.good() == false)
{
dstream<<"Error opening configuration file"
dstream<<"INFO: updateConfigFile():"
" Error opening configuration file"
" for reading: \""
<<filename<<"\""<<std::endl;
return false;
}
while(getUpdatedConfigObject(is, objects, updated));
else
{
while(getUpdatedConfigObject(is, objects, updated));
}
}
// Write stuff back