* Fixed three compiler warnings introduced in the previous commit.

0.6.0-stable
Adam Frisby 2008-04-20 04:10:52 +00:00
parent 462d03d926
commit 1ca94ab5dd
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ namespace OpenSim.Region.Modules.SvnSerialiser
m_svnClient.AddUsernameProvider();
m_svnClient.AddPromptProvider(new SvnAuthProviderObject.SimplePrompt(SimpleAuth), IntPtr.Zero, 2);
m_svnClient.OpenAuth();
m_svnClient.Context.LogMsgFunc = new SvnDelegate(new SvnClient.GetCommitLog(GetCommitLogCallback));
m_svnClient.Context.LogMsgFunc2 = new SvnDelegate(new SvnClient.GetCommitLog2(GetCommitLogCallback));
}
private void CreateSvnDirectory()