OSDN Git Service

BUG: [ 1394851 ] cvs trunk does not compile (DirScan.cpp, sRule)
authorKimmo Varis <kimmov@gmail.com>
Sun, 1 Jan 2006 16:04:06 +0000 (16:04 +0000)
committerKimmo Varis <kimmov@gmail.com>
Sun, 1 Jan 2006 16:04:06 +0000 (16:04 +0000)
Src/Changes.txt
Src/DirScan.cpp

index af0c80a..d43c14a 100644 (file)
@@ -3,6 +3,8 @@
   Src: DirScan.cpp
  PATCH: [ 1394464 ] Find again code doesn't recognize dos/mac EOLs
   Src/editlib: ccrystaltextview.cpp
+ BUG: [ 1394851 ] cvs trunk does not compile (DirScan.cpp, sRule)
+  Src: DirScan.cpp
 
 2005-12-31 Perry
  PATCH: [ 1394247 ] Fix GuessEncoding recognition of codepages
index 3727d0b..d64ccdc 100644 (file)
@@ -390,7 +390,7 @@ void CompareDiffItem(DIFFITEM di, CDiffContext * pCtxt)
                                        // Add possible binary flag for unique items
                                        if (diffCode & DIFFCODE::BIN)
                                                di.diffcode |= DIFFCODE::BIN;
-                                       StoreDiffResult(di, pCtxt, &diffdata, &sRule);
+                                       StoreDiffResult(di, pCtxt, &diffdata);
                                }
                                else
                                {