OSDN Git Service

2005-05-24 Perry
authorPerry Rapp <elsapo@users.sourceforge.net>
Tue, 24 May 2005 02:35:44 +0000 (02:35 +0000)
committerPerry Rapp <elsapo@users.sourceforge.net>
Tue, 24 May 2005 02:35:44 +0000 (02:35 +0000)
 PATCH: [ 1206808 ] Store temp filename in variable in FileTransform_Unpacking
  Src: FileTransform.cpp

Src/FileTransform.cpp
Src/readme.txt

index 784f294..4408827 100644 (file)
@@ -137,9 +137,10 @@ BOOL FileTransform_Unpacking(CString & filepath, const PackingInfo * handler, in
        LPDISPATCH piScript = plugin->lpDispatch;
        if (handler->bWithFile)
        {
+               CString destFileName = bufferData.GetDestFileName();
                // use a temporary dest name
                bHandled = InvokeUnpackFile(bufferData.GetDataFileAnsi(),
-                       bufferData.GetDestFileName(),
+                       destFileName,
                        bufferData.GetNChanged(),
                        piScript, subcode);
                if (bHandled)
index b00c3cd..60439cf 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-24 Perry
+ PATCH: [ 1206808 ] Store temp filename in variable in FileTransform_Unpacking
+  Src: FileTransform.cpp
+
 2005-02-23 Kimmo
  PATCH: [ 1206647 ] Add trailing slash to MRU paths
   Src: MainFrm.cpp