* Fix build break, parentheses in the wrong place

0.6.3-post-fixes
Justin Clarke Casey 2009-02-10 15:46:38 +00:00
parent 5b7a5696e5
commit 566bc33824
1 changed files with 1 additions and 1 deletions

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