Changeset 93909 in vbox
- Timestamp:
- Feb 24, 2022 10:44:19 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/VirtualBoxErrorInfoImpl.cpp
r93115 r93909 245 245 NS_IMETHODIMP VirtualBoxErrorInfo::GetResult(nsresult *aResult) 246 246 { 247 if (!aResult) 248 return NS_ERROR_INVALID_POINTER; 247 AssertReturn(aResult, NS_ERROR_INVALID_POINTER); 249 248 250 249 PRInt32 lrc;
Note:
See TracChangeset
for help on using the changeset viewer.