Changeset 10621 for trunk/src/shlwapi/path.c
- Timestamp:
- Sep 23, 2004, 1:24:41 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shlwapi/path.c
r10053 r10621 3289 3289 3290 3290 if (lpszPath) 3291 strncpyW(path, lpszPath, sizeof(path) );3291 strncpyW(path, lpszPath, sizeof(path)/sizeof(WCHAR)); 3292 3292 else 3293 3293 path[0] = '\0';
Note:
See TracChangeset
for help on using the changeset viewer.