VirtualBox

Ignore:
Timestamp:
Jul 18, 2015 6:55:25 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101690
Message:

Runtime: Formatting fixes, time.cpp being the most significant.

Location:
trunk/src/VBox/Runtime/common/zip
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/tarcmd.cpp

    r56290 r56978  
    202202                return RTMsgErrorExit(RTEXITCODE_FAILURE,
    203203                                      "RTVfsChainOpenIoStream failed with rc=%Rrc:\n"
    204                                       "    '%s'\n",
     204                                      "    '%s'\n"
    205205                                      "     %*s^\n",
    206206                                      rc, pOpts->pszFile, pszError - pOpts->pszFile, "");
  • trunk/src/VBox/Runtime/common/zip/unzipcmd.cpp

    r56290 r56978  
    265265            return RTMsgErrorExit(RTEXITCODE_FAILURE,
    266266                                  "RTVfsChainOpenIoStream failed with rc=%Rrc:\n"
    267                                   "    '%s'\n",
     267                                  "    '%s'\n"
    268268                                  "     %*s^\n",
    269269                                  rc, pOpts->pszFile, pszError - pOpts->pszFile, "");
  • trunk/src/VBox/Runtime/common/zip/zip.cpp

    r56290 r56978  
    11011101       )
    11021102    {
    1103         AssertMsgFailed(("Invalid LZF header! %.*%Rhxs\n", sizeof(pHdr), pHdr));
     1103        AssertMsgFailed(("Invalid LZF header! %.*Rhxs\n", sizeof(pHdr), pHdr));
    11041104        return false;
    11051105    }
Note: See TracChangeset for help on using the changeset viewer.

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