Changeset 69051 in vbox for trunk/src/VBox/Runtime/tools/RTLs.cpp
- Timestamp:
- Oct 11, 2017 5:38:25 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118331
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTLs.cpp
r69046 r69051 1191 1191 pszPath[cchPath] = RTPATH_SLASH; 1192 1192 memcpy(&pszPath[cchPath + 1], pEntry->szName, pEntry->cchName + 1); 1193 RTEXITCODE rcExit2 = rtCmdLsProcessDirectory(pOpts, h VfsDir, pszPath,1193 RTEXITCODE rcExit2 = rtCmdLsProcessDirectory(pOpts, hSubDir, pszPath, 1194 1194 cchPath + 1 + pEntry->cchName, &pEntry->Info); 1195 1195 if (rcExit2 != RTEXITCODE_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.