OSDN Git Service

Merge rev.7791
[winmerge-jp/winmerge-jp.git] / Src / DirView.cpp
index 1b13938..237ff0a 100644 (file)
@@ -3647,7 +3647,7 @@ void CDirView::OnCopyBothPathnames()
 
                if (!di.diffcode.isSideFirstOnly())
                {
-                       strPaths += di. getFilepath(1, pDoc->GetRightBasePath());
+                       strPaths += di.getFilepath(1, pDoc->GetRightBasePath());
                        // If item is a folder then subfolder (relative to base folder)
                        // is in filename member.
                        strPaths = paths_ConcatPath(strPaths, di.diffFileInfo[1].filename);