- Timestamp:
- Jan 24, 2023 12:21:05 PM (21 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/src-client/GuestFileImpl.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestFileImpl.cpp
r98282 r98284 1576 1576 if (GuestProcess::i_isGuestError(vrc)) 1577 1577 { 1578 #ifndef VBOX_WITH_GSTCTL_NO_TOOLBOX1579 1578 GuestErrorInfo ge(GuestErrorInfo::Type_ToolStat, vrcGuest, mData.mOpenInfo.mFilename.c_str()); 1580 1579 hrc = setErrorBoth(VBOX_E_IPRT_ERROR, vrcGuest, tr("Querying guest file information failed: %s"), 1581 1580 GuestBase::getErrorAsString(ge).c_str()); 1582 #endif1583 1581 } 1584 1582 else … … 1611 1609 if (GuestProcess::i_isGuestError(vrc)) 1612 1610 { 1613 #ifndef VBOX_WITH_GSTCTL_NO_TOOLBOX1614 1611 GuestErrorInfo ge(GuestErrorInfo::Type_ToolStat, vrcGuest, mData.mOpenInfo.mFilename.c_str()); 1615 1612 hrc = setErrorBoth(VBOX_E_IPRT_ERROR, vrcGuest, tr("Querying guest file size failed: %s"), 1616 1613 GuestBase::getErrorAsString(ge).c_str()); 1617 #endif1618 1614 } 1619 1615 else
Note:
See TracChangeset
for help on using the changeset viewer.

