Changeset 56978 in vbox for trunk/src/VBox/Runtime/common/zip
- Timestamp:
- Jul 18, 2015 6:55:25 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101690
- Location:
- trunk/src/VBox/Runtime/common/zip
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tarcmd.cpp
r56290 r56978 202 202 return RTMsgErrorExit(RTEXITCODE_FAILURE, 203 203 "RTVfsChainOpenIoStream failed with rc=%Rrc:\n" 204 " '%s'\n" ,204 " '%s'\n" 205 205 " %*s^\n", 206 206 rc, pOpts->pszFile, pszError - pOpts->pszFile, ""); -
trunk/src/VBox/Runtime/common/zip/unzipcmd.cpp
r56290 r56978 265 265 return RTMsgErrorExit(RTEXITCODE_FAILURE, 266 266 "RTVfsChainOpenIoStream failed with rc=%Rrc:\n" 267 " '%s'\n" ,267 " '%s'\n" 268 268 " %*s^\n", 269 269 rc, pOpts->pszFile, pszError - pOpts->pszFile, ""); -
trunk/src/VBox/Runtime/common/zip/zip.cpp
r56290 r56978 1101 1101 ) 1102 1102 { 1103 AssertMsgFailed(("Invalid LZF header! %.* %Rhxs\n", sizeof(pHdr), pHdr));1103 AssertMsgFailed(("Invalid LZF header! %.*Rhxs\n", sizeof(pHdr), pHdr)); 1104 1104 return false; 1105 1105 }
Note:
See TracChangeset
for help on using the changeset viewer.