From 71d44c414339cc020f71e2e04725bb0430574650 Mon Sep 17 00:00:00 2001 From: sirakaba Date: Sun, 3 Oct 2010 06:29:24 +0000 Subject: [PATCH 1/1] =?utf8?q?=E3=82=B3=E3=83=B3=E3=83=91=E3=82=A4?= =?utf8?q?=E3=83=AB=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92=E4=BF=AE=E6=AD=A3?= =?utf8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@380 9df91469-1e22-0410-86e7-ea8537beb833 --- src/plugin/7zArc/7zArc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/7zArc/7zArc.cpp b/src/plugin/7zArc/7zArc.cpp index 4f071be..608f7be 100644 --- a/src/plugin/7zArc/7zArc.cpp +++ b/src/plugin/7zArc/7zArc.cpp @@ -428,7 +428,7 @@ STDMETHODIMP CArchiveExtractCallback::GetStream(unsigned int nIndex, ISequential this->piInfo.eMessage = TPI_MESSAGE_ASK; this->piInfo.eStatus = TPI_PARAM_DEST; GetFileInformation2(this->hArc, & this->piInfo.fiInfo, nIndex); - this->piInfo.fnDestination = wxFileName(swInfo->fnDestinationDirectory.GetFullPath() + wxFileName::GetPathSeparator() + (swInfo->fStoreDirectoryPathes ? this->piInfo.fiInfo.fnFileName.GetPath() : (wxString) wxEmptyString, wxPATH_DOS), this->piInfo.fiInfo.fnFileName.GetFullName()); + this->piInfo.fnDestination = wxFileName(swInfo->fnDestinationDirectory.GetFullPath() + wxFileName::GetPathSeparator() + (swInfo->fStoreDirectoryPathes ? this->piInfo.fiInfo.fnFileName.GetPath() : (wxString) wxEmptyString), this->piInfo.fiInfo.fnFileName.GetFullName(), wxPATH_DOS); if (g_prProc != NULL && g_prProc(TPI_NOTIFY_COMMON, & this->piInfo) != TPI_CALLBACK_CONTINUE) { this->nErrorCode = TPI_ERROR_D_SKIPPED; -- 2.11.0