Changeset 107786 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jan 15, 2025 3:33:12 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tarcmd.cpp
r107631 r107786 1230 1230 rcExit = RTMsgErrorExitFailure("%s: Failed copying hardlinked file '%s': %Rrc", pszDst, szFullTarget, rc); 1231 1231 rc = RTFileClose(hDstFile); 1232 AssertRC(rc); 1232 1233 RTFileDelete(pszDst); 1233 1234 }
Note:
See TracChangeset
for help on using the changeset viewer.