Changeset 84760 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jun 10, 2020 2:28:10 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138559
- Location:
- trunk/src/VBox/Runtime/common/zip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tarcmd.cpp
r84753 r84760 1721 1721 } 1722 1722 1723 if (!Opts. cFiles)1724 return RTMsgErrorExitFailure("No input file(s)specified");1723 if (!Opts.pszFile) 1724 return RTMsgErrorExitFailure("No archive specified"); 1725 1725 1726 1726 /* -
trunk/src/VBox/Runtime/common/zip/unzipcmd.cpp
r84753 r84760 446 446 } 447 447 448 if (!Opts. cFiles)449 return RTMsgErrorExit(RTEXITCODE_FAILURE, "No input file(s)specified");448 if (!Opts.pszFile) 449 return RTMsgErrorExit(RTEXITCODE_FAILURE, "No input archive specified"); 450 450 451 451 RTFOFF cBytes = 0;
Note:
See TracChangeset
for help on using the changeset viewer.