Changeset 765 for trunk/dll/filldir.c
- Timestamp:
- Aug 5, 2007, 10:17:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/filldir.c
r763 r765 78 78 UINT c = strlen(pszPathName); 79 79 if (c > 0) { 80 memcpy(pszFullPathName, pszPathName, c );80 memcpy(pszFullPathName, pszPathName, c + 1); 81 81 if (pszFullPathName[c] != '\\') 82 82 pszFullPathName[c++] = '\\';
Note:
See TracChangeset
for help on using the changeset viewer.