VirtualBox

Changeset 85270 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Jul 12, 2020 12:21:59 PM (5 years ago)
Author:
vboxsync
Message:

Main/xpcom/server.cpp: Status code type mixup. Fixed getpid()->uint64_t complained and eliminated a RTFileWrite call. [build fix] bugref:9790

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/xpcom/server.cpp

    r85268 r85270  
    164164                int vrc = RTTimerLRStart(sTimer, gShutdownDelayMs * RT_NS_1MS_64);
    165165                AssertRC(vrc);
    166                 timerStarted = RT_SUCCESS(vrc);
     166                timerStarted = RT_BOOL(RT_SUCCESS(vrc));
    167167            }
    168168            else
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