OSDN Git Service

Fix typo & mistake, both in comments.
authorPerry Rapp <elsapo@users.sourceforge.net>
Fri, 24 Oct 2003 08:08:01 +0000 (08:08 +0000)
committerPerry Rapp <elsapo@users.sourceforge.net>
Fri, 24 Oct 2003 08:08:01 +0000 (08:08 +0000)
Src/Common/SuperComboBox.cpp
Src/DirScan.cpp
Src/readme.txt

index a0c348a..0e5bbec 100644 (file)
@@ -284,7 +284,7 @@ void CSuperComboBox::OnDropFiles(HDROP dropInfo)
        // get all file names. but we'll only need the first one.
        for (WORD x = 0 ; x < wNumFilesDropped; x++) {
 
-               // Get the number of bytes required by the file's full pathname
+               // Get the number of characters required by the file's full pathname
                UINT wPathnameSize = DragQueryFile(dropInfo, x, NULL, 0);
 
                // Allocate memory to contain full pathname & zero byte
index 6c1ddce..6a41d90 100644 (file)
@@ -188,7 +188,7 @@ int DirScan(const CString & subdir, CDiffContext * pCtxt, bool casesensitive, in
                                // returns info, but can not use file dependent information.
 
                                // Transformation happens here
-                               // text used for automatic mode : plugin filter must mach it
+                               // text used for automatic mode : plugin filter must match it
                                CString filteredFilenames = filepath1 + "|" + filepath2;
                                // the creation of infoHandler initializes the bAutomatic flag
                                PackingInfo infoUnpacker;
index 6cc6654..1cf58c2 100644 (file)
@@ -1,6 +1,9 @@
 2003-10-24 Perry
  BUG: [ 829437 ] Can't compare two files with unicode filenames
   WinMerge: Diff.cpp
+ Fix typo & mistake, both in comments.
+  common: SuperComboBox.cpp
+  WinMerge: DirScan.cpp
 
 2003-10-24 Laoran
  BUG: [ 829453 ] dropping file in a SuperComboBox, Unicode build