Changeset 56711 in vbox for trunk/src/VBox
- Timestamp:
- Jun 30, 2015 9:44:44 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101355
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp
r56709 r56711 3175 3175 hrc = setErrorVrc(vrc, tr("Querying file information for \"%s\" failed: %Rrc"), aPath.c_str(), vrc); 3176 3176 } 3177 /* else: If the file name is empty, there is no way it can exists. So, don't3178 be a tedious and return E_INVALIDARG, simply return FALSE. */3177 else 3178 hrc = setError(E_INVALIDARG, tr("the path parameter must not be empty/NULL")); 3179 3179 LogFlowThisFuncLeave(); 3180 3180 return hrc;
Note:
See TracChangeset
for help on using the changeset viewer.