VirtualBox

Ignore:
Timestamp:
Aug 16, 2021 9:20:36 AM (3 years ago)
Author:
vboxsync
Message:

IPRT: Corrected three RTLogGetXxxx functions to RTLogQueryXxxx (getters shall not return an IPRT status code). bugref:10086

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp

    r83818 r90692  
    642642                {
    643643                    char szDest[1024];
    644                     int rc = ::RTLogGetDestinations(pReleaseLogger, szDest, sizeof(szDest));
     644                    int rc = ::RTLogQueryDestinations(pReleaseLogger, szDest, sizeof(szDest));
    645645                    if (RT_SUCCESS(rc))
    646646                    {
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