VirtualBox

Changeset 69802 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
Nov 22, 2017 9:57:07 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119223
Message:

Make the format build box happier.

File:
1 edited

Legend:

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

    r69795 r69802  
    229229    if (!fUseChainApi)
    230230    {
    231         rc = RTVfsDirOpenNormal(pszPath, 0 /**@todo write attrib flag*/, &hVfsDir);
     231        rc = RTVfsDirOpenNormal(pszPath, 0 /** @todo write attrib flag*/, &hVfsDir);
    232232        if (RT_FAILURE(rc))
    233233            return RTMsgErrorExitFailure("RTVfsDirOpenNormal failed on '%s': %Rrc", pszPath, rc);
     
    235235    else
    236236    {
    237         rc = RTVfsChainOpenDir(pszPath, 0 /**@todo write attrib flag*/, &hVfsDir, &offError, RTErrInfoInitStatic(&ErrInfo));
     237        rc = RTVfsChainOpenDir(pszPath, 0 /** @todo write attrib flag*/, &hVfsDir, &offError, RTErrInfoInitStatic(&ErrInfo));
    238238        if (RT_FAILURE(rc))
    239239            return RTVfsChainMsgErrorExitFailure("RTVfsChainQueryInfo", pszPath, rc, offError, &ErrInfo.Core);
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