Changeset 84753 in vbox for trunk/src/VBox/Runtime/common/zip
- Timestamp:
- Jun 10, 2020 11:40:56 AM (5 years ago)
- Location:
- trunk/src/VBox/Runtime/common/zip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tarcmd.cpp
r82968 r84753 1721 1721 } 1722 1722 1723 if (!Opts.cFiles) 1724 return RTMsgErrorExitFailure("No input file(s) specified"); 1725 1723 1726 /* 1724 1727 * Post proceess the options. -
trunk/src/VBox/Runtime/common/zip/unzipcmd.cpp
r82968 r84753 446 446 } 447 447 448 if (!Opts.cFiles) 449 return RTMsgErrorExit(RTEXITCODE_FAILURE, "No input file(s) specified"); 450 448 451 RTFOFF cBytes = 0; 449 452 uint32_t cFiles = 0;
Note:
See TracChangeset
for help on using the changeset viewer.