Changeset 765 for trunk/dll/filldir.c


Ignore:
Timestamp:
Aug 5, 2007, 10:17:38 PM (18 years ago)
Author:
Gregg Young
Message:

fix of broken compare dirs uses BldFullPathName for left list and sprintf for right list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/filldir.c

    r763 r765  
    7878  UINT c = strlen(pszPathName);
    7979  if (c > 0) {
    80     memcpy(pszFullPathName, pszPathName, c);
     80    memcpy(pszFullPathName, pszPathName, c + 1);
    8181    if (pszFullPathName[c] != '\\')
    8282      pszFullPathName[c++] = '\\';
Note: See TracChangeset for help on using the changeset viewer.