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.

File:
1 edited

Legend:

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

    r56290 r56978  
    7676                return RTMsgErrorExit(RTEXITCODE_FAILURE,
    7777                                      "RTVfsChainOpenIoStream failed with rc=%Rrc:\n"
    78                                       "    '%s'\n",
     78                                      "    '%s'\n"
    7979                                      "     %*s^\n",
    8080                                      rc, pszManifest, pszError - pszManifest, "");
     
    151151        if (pszError && *pszError)
    152152            RTMsgError("RTVfsChainOpenIoStream failed with rc=%Rrc:\n"
    153                        "    '%s'\n",
     153                       "    '%s'\n"
    154154                       "     %*s^\n",
    155155                       rc, pszFilename, pszError - pszFilename, "");
     
    161161    rc = RTManifestEntryAddIoStream(hManifest, hVfsIos, pszFilename, fAttr);
    162162    if (RT_FAILURE(rc))
    163         RTMsgError("RTManifestEntryAddIoStream failed for '%s': %Rrc", rc);
     163        RTMsgError("RTManifestEntryAddIoStream failed for '%s': %Rrc", pszFilename, rc);
    164164
    165165    RTVfsIoStrmRelease(hVfsIos);
     
    207207                return RTMsgErrorExit(RTEXITCODE_FAILURE,
    208208                                      "RTVfsChainOpenIoStream failed with rc=%Rrc:\n"
    209                                       "    '%s'\n",
     209                                      "    '%s'\n"
    210210                                      "     %*s^\n",
    211211                                      rc, pszManifest, pszError - pszManifest, "");
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