Changeset 83437 in vbox
- Timestamp:
- Mar 26, 2020 1:55:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r83436 r83437 1607 1607 else 1608 1608 rc2 = vgsvcToolboxPrintFsInfo(ValueUnion.psz, strlen(ValueUnion.psz), fOutputFlags, NULL, &IdCache, &objInfo); 1609 /** @todo r=bird: You're checking rc not rc2 here... */ 1609 1610 1610 if (RT_SUCCESS(rc)) 1611 1611 rc = rc2;
Note:
See TracChangeset
for help on using the changeset viewer.