Changeset 7854 in vbox
- Timestamp:
- Apr 9, 2008 9:23:56 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r7418 r7854 417 417 int CmdModUninstall(void) 418 418 { 419 int rc = SUPUninstall();420 421 rc = SUP Install();419 int rc; 420 421 rc = SUPUninstall(); 422 422 if (RT_SUCCESS(rc)) 423 423 return 0; … … 434 434 int CmdModInstall(void) 435 435 { 436 int rc = SUPInstall(); /** @todo r=bird: this cannot be right. */436 int rc; 437 437 438 438 rc = SUPInstall();
Note:
See TracChangeset
for help on using the changeset viewer.