Changeset 96421 in vbox
- Timestamp:
- Aug 23, 2022 2:34:00 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestDrvInst.cpp
r96407 r96421 76 76 ssize_t cchVal = RTStrFormatU32(szVal, sizeof(szVal), dwErr, 10, 0, 0, fSigned ? RTSTR_F_VALSIGNED : 0); 77 77 WriteFile(hStdOut, szVal, (DWORD)cchVal, &cbIgn, NULL); 78 WriteFile(hStdOut, RT_STR_TUPLE("/ \r\n"), &cbIgn, NULL);78 WriteFile(hStdOut, RT_STR_TUPLE("/"), &cbIgn, NULL); 79 79 cchVal = RTStrFormatU32(szVal, sizeof(szVal), dwErr, 16, 0, 0, RTSTR_F_SPECIAL); 80 80 WriteFile(hStdOut, szVal, (DWORD)cchVal, &cbIgn, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.