VirtualBox

Changeset 95942 in vbox


Ignore:
Timestamp:
Jul 29, 2022 2:19:29 PM (2 years ago)
Author:
vboxsync
Message:

IPRT/stream.cpp: Fixed bug in rtStrmWriteLocked on non-windows platforms. Kudos to Alexander for tracking it down. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/stream.cpp

    r95903 r95942  
    18811881    if (rtStrmIsConsoleUnlocked(pStream, &hCon))
    18821882        rc = rtStrmWriteWinConsoleLocked(pStream, pvBuf, cbToWrite, pcbWritten, hCon);
     1883#else
     1884    if (0) { }
    18831885#endif /* RT_OS_WINDOWS && !RTSTREAM_STANDALONE */
    18841886
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