suplement to use fstream in copyfile function fix

This commit is contained in:
Jacek Jendrzej
2016-01-29 16:00:42 +01:00
parent 73ec7e9671
commit d3a1159d9f

View File

@@ -979,7 +979,6 @@ void CServiceManager::CopyFile(const char * from, const char * to)
out.close();
}
in.close();
remove(from);
}
sync();
}