From 21c1ba295bc813f35a638b3867234c63dac1816e Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 17 Feb 2015 17:08:54 +0100 Subject: Fixed (ICE-5740) - IcePatch2 has issues with 'large' files. --- cpp/demo/IcePatch2/MFC/PatchClientDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/demo/IcePatch2/MFC/PatchClientDlg.cpp') diff --git a/cpp/demo/IcePatch2/MFC/PatchClientDlg.cpp b/cpp/demo/IcePatch2/MFC/PatchClientDlg.cpp index 8dafedc7dd1..a77bc4aafc5 100644 --- a/cpp/demo/IcePatch2/MFC/PatchClientDlg.cpp +++ b/cpp/demo/IcePatch2/MFC/PatchClientDlg.cpp @@ -414,7 +414,7 @@ CPatchDlg::OnStartPatch() properties->setProperty("IcePatch2Client.Remove", remove); DialogPatcherFeedbackPtr feedback = new DialogPatcherFeedback(this); - IcePatch2::PatcherPtr patcher = new IcePatch2::Patcher(_communicator, feedback); + IcePatch2::PatcherPtr patcher = IcePatch2::PatcherFactory::create(_communicator, feedback); // // Disable a few controls during the patch process. -- cgit v1.2.3