VirtualBox

Ignore:
Timestamp:
Oct 11, 2017 5:38:25 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118331
Message:

RTLs.cpp: Recursion fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTLs.cpp

    r69046 r69051  
    11911191                    pszPath[cchPath] = RTPATH_SLASH;
    11921192                    memcpy(&pszPath[cchPath + 1], pEntry->szName, pEntry->cchName + 1);
    1193                     RTEXITCODE rcExit2 = rtCmdLsProcessDirectory(pOpts, hVfsDir, pszPath,
     1193                    RTEXITCODE rcExit2 = rtCmdLsProcessDirectory(pOpts, hSubDir, pszPath,
    11941194                                                                 cchPath + 1 + pEntry->cchName, &pEntry->Info);
    11951195                    if (rcExit2 != RTEXITCODE_SUCCESS)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette