OSDN Git Service

FileTransform: Remove m_subcode from PackingInfo class
[winmerge-jp/winmerge-jp.git] / Src / FolderCmp.cpp
index 9d54ea9..f41f58c 100644 (file)
@@ -134,7 +134,7 @@ int FolderCmp::prepAndCompareFiles(DIFFITEM &di)
                        // Invoke unpacking plugins
                        if (infoUnpacker && strutils::compare_nocase(filepathUnpacked[nIndex], _T("NUL")) != 0)
                        {
-                               if (!FileTransform::Unpacking(infoUnpacker, filepathUnpacked[nIndex], filteredFilenames))
+                               if (!FileTransform::Unpacking(infoUnpacker, nullptr, filepathUnpacked[nIndex], filteredFilenames))
                                        goto exitPrepAndCompare;
 
                                // we use the same plugins for both files, so they must be defined before second file