Changeset 968 for trunk/client/src/smbwrp.c
- Timestamp:
- Aug 19, 2016, 3:27:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/src/smbwrp.c
r966 r968 730 730 strncat(fullname, finfo->fname, sizeof(fullname) - strlen(fullname) -1); 731 731 strncpy(st->finfo.fname, fullname, sizeof(st->finfo.fname)); 732 getfindinfoL(st->pConn, st->plist, &st->finfo, st->ulAttribute, st->dir_mask);732 addFindInfoL(st->pConn, st->plist, &st->finfo, st->ulAttribute, st->dir_mask); 733 733 } 734 734 return;
Note:
See TracChangeset
for help on using the changeset viewer.