Changeset 60034 in vbox for trunk/src/VBox/HostDrivers/win
- Timestamp:
- Mar 15, 2016 11:48:42 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/win/cfg/VBoxDrvCfg.cpp
r57583 r60034 230 230 if (!lpszValue) 231 231 { 232 NonStandardLogRelCrap((__FUNCTION__ ": SetCoTaskMemAlloc failed to alloc mem of size (%d), for iValue(%d)\n", cValue * sizeof (lpszValue[0]), dwErr,iValue));232 NonStandardLogRelCrap((__FUNCTION__ ": SetCoTaskMemAlloc failed to alloc mem of size (%d), for iValue(%d)\n", cValue * sizeof (lpszValue[0]), iValue)); 233 233 return E_FAIL; 234 234 }
Note:
See TracChangeset
for help on using the changeset viewer.