mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* Fix build break, parentheses in the wrong place
This commit is contained in:
@@ -165,7 +165,7 @@ namespace OpenSim
|
||||
m_crashLog.WriteLine(msg);
|
||||
m_crashLog.Close();
|
||||
|
||||
File.Copy("OpenSim.ini", Path.Combine(m_crashDir, log + "_OpenSim.ini", true));
|
||||
File.Copy("OpenSim.ini", Path.Combine(m_crashDir, log + "_OpenSim.ini"), true);
|
||||
}
|
||||
catch (Exception e2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user