Changeset 72034 in vbox
- Timestamp:
- Apr 26, 2018 11:32:13 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/unzipcmd.cpp
r69111 r72034 425 425 "Conflicting unzip operation (%s already set, now %s)", 426 426 Opts.pszOperation, ValueUnion.pDef->pszLong); 427 Opts.iOperation = rc;427 Opts.iOperation = 'l'; 428 428 Opts.pszOperation = ValueUnion.pDef->pszLong; 429 429 break;
Note:
See TracChangeset
for help on using the changeset viewer.