OSDN Git Service

BUG: [ 1599631 ] WinMerge 2.7.1.1 ignores left dir in project file
authorKimmo Varis <kimmov@gmail.com>
Mon, 20 Nov 2006 19:11:52 +0000 (19:11 +0000)
committerKimmo Varis <kimmov@gmail.com>
Mon, 20 Nov 2006 19:11:52 +0000 (19:11 +0000)
Src/Changes.txt
Src/ProjectFile.cpp

index abd8bdf..106d04d 100644 (file)
@@ -2,6 +2,10 @@ Src\Changes.txt
 Add new items to top.
 (This summarizes all changes to all files under Src, including Src\Languages.)
 
+2006-11-20 Kimmo
+ BUG: [ 1599631 ] WinMerge 2.7.1.1 ignores left dir in project file
+  Src: ProjectFile.cpp
+
 2006-11-17 Gal
  PATCH: [ 1590831 ] Handle minimize argument (Bug 1570351)
   Src: MergeDiffDetailView.cpp
index 389f776..70c841e 100755 (executable)
@@ -143,7 +143,7 @@ void ProjectFile::GetPathsData(scew_element * parent)
                if (left)
                {
                        LPCTSTR path = NULL;
-                       path = scew_element_contents(right);
+                       path = scew_element_contents(left);
                        m_leftFile = path;
                }
                if (right)