Changeset 98598 in vbox
- Timestamp:
- Feb 16, 2023 12:54:55 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxDrvInst.cpp
r98103 r98598 245 245 RTStrCat(szBuf, sizeof(szBuf), ": "); 246 246 size_t offVal = strlen(szBuf); 247 RTStrFormatU32(&szBuf[offVal], sizeof(szBuf) - offVal, dwError, 1 0, 0, 0,0);247 RTStrFormatU32(&szBuf[offVal], sizeof(szBuf) - offVal, dwError, 16, 0, 0, dwError ? RTSTR_F_SPECIAL : 0); 248 248 RTStrCat(szBuf, sizeof(szBuf), " - "); 249 249 DWORD dwIgn;
Note:
See TracChangeset
for help on using the changeset viewer.