• R/O
  • HTTP
  • SSH
  • HTTPS

winmerge-jp: 提交


Commit MetaInfo

修订版8ebd0d5f8da08f06c4c8279c343a3d1ef3d2eb3b (tree)
时间2013-11-27 21:44:56
作者sdottaka <none@none>
Commitersdottaka

Log Message

Fix crash when creating an archive file from Folder Compare window at the second time

--HG--
branch : stable

更改概述

差异

--- a/Src/7zCommon.cpp
+++ b/Src/7zCommon.cpp
@@ -1046,8 +1046,7 @@ void CDirView::DirItemEnumerator::CompressArchive(LPCTSTR path)
10461046 String strFilter; // = CExternalArchiveFormat::GetOpenFileFilterString();
10471047 strFilter.insert(0, _T_Filter);
10481048 strFilter += _T("|");
1049- // Make CFileDialog static to preserve settings across invocations:
1050- static CFileDialog dlg
1049+ CFileDialog dlg
10511050 (
10521051 FALSE,
10531052 0,
Show on old repository browser