Changeset 67904 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 11, 2017 11:54:41 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp
r66305 r67904 278 278 } 279 279 return RTErrInfoSetF(pArgs->pErrInfo, VERR_SYMBOL_NOT_FOUND, 280 "Unable to loca limported symbol '%s%s%s' for module '%s'",280 "Unable to locate imported symbol '%s%s%s' for module '%s'", 281 281 pszModule ? pszModule : "", 282 282 pszModule && *pszModule ? "." : "",
Note:
See TracChangeset
for help on using the changeset viewer.