* Fix build break, parentheses in the wrong place

This commit is contained in:
Justin Clarke Casey
2009-02-10 15:46:38 +00:00
parent 5b7a5696e5
commit 566bc33824

View File

@@ -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)
{