VirtualBox

Changeset 96421 in vbox


Ignore:
Timestamp:
Aug 23, 2022 2:34:00 AM (2 years ago)
Author:
vboxsync
Message:

Add/NT/Inst: Fixed copy & paste bug in VBoxGuestDrvInst output code. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestDrvInst.cpp

    r96407 r96421  
    7676    ssize_t cchVal = RTStrFormatU32(szVal, sizeof(szVal), dwErr, 10, 0, 0, fSigned ? RTSTR_F_VALSIGNED : 0);
    7777    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);
    7979    cchVal = RTStrFormatU32(szVal, sizeof(szVal), dwErr, 16, 0, 0, RTSTR_F_SPECIAL);
    8080    WriteFile(hStdOut, szVal, (DWORD)cchVal, &cbIgn, NULL);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette