VirtualBox

Changeset 69995 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 7, 2017 5:09:30 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119502
Message:

VBoxServiceTimeSync.cpp: AbsDriftMilli needs to be 64-bit, duh!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp

    r69994 r69995  
    622622
    623623                bool fSetTimeInThisLoop = false;
    624                 uint32_t AbsDriftMilli = RTTimeSpecGetMilli(&AbsDrift);
     624                uint64_t AbsDriftMilli = RTTimeSpecGetMilli(&AbsDrift);
    625625                if (AbsDriftMilli > MinAdjust)
    626626                {
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