Changeset 3681 for trunk/src/lib/nt/fts-nt.c
- Timestamp:
- Aug 13, 2025, 1:32:47 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/fts-nt.c
r3535 r3681 1326 1326 if (cwcmore) { 1327 1327 sp->fts_cwcpath += cwcmore + 256; 1328 ptr = realloc(sp->fts_wcspath, sp->fts_cwcpath );1328 ptr = realloc(sp->fts_wcspath, sp->fts_cwcpath * sizeof(sp->fts_wcspath[0])); 1329 1329 if (ptr) { 1330 1330 sp->fts_wcspath = ptr;
Note:
See TracChangeset
for help on using the changeset viewer.