Changeset 107883 in vbox
- Timestamp:
- Jan 22, 2025 10:39:34 AM (10 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp
r107627 r107883 1281 1281 } 1282 1282 1283 return S_OK;1283 return hrc; 1284 1284 } 1285 1285 … … 2713 2713 if (enmOptCommand == kListNotSpecified) 2714 2714 break; 2715 ch = enmOptCommand;2716 2715 RT_FALL_THRU(); 2717 2716
Note:
See TracChangeset
for help on using the changeset viewer.