• R/O
  • HTTP
  • SSH
  • HTTPS

winmerge-jp: Commit


Commit MetaInfo

Revisión37ac148779525d00f63eb12ab86bd0348a718efc (tree)
Tiempo2011-08-08 02:40:17
Autorsdottaka <none@none>
Commitersdottaka

Log Message

fix assertion

Cambiar Resumen

Diferencia incremental

--- a/Src/DiffContext.cpp
+++ b/Src/DiffContext.cpp
@@ -222,7 +222,7 @@ BOOL CDiffContext::CreateCompareOptions(int compareMethod, const DIFFOPTIONS & o
222222 return FALSE;
223223
224224 m_nCompMethod = compareMethod;
225- m_pCompareOptions.reset(GetCompareOptions(m_nCompMethod));
225+ GetCompareOptions(m_nCompMethod);
226226 if (m_pCompareOptions == NULL)
227227 {
228228 // For Date and Date+Size compare NULL is ok since they don't have actual
Show on old repository browser