VirtualBox

Changeset 52823 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Sep 23, 2014 10:27:55 AM (10 years ago)
Author:
vboxsync
Message:

Runtime: Fix typo in r96224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/time-win.cpp

    r52822 r52823  
    196196    Tzi.Bias = 0;
    197197    if (GetTimeZoneInformation(&Tzi) != TIME_ZONE_ID_INVALID)
    198         return -(int64_t)Tzi.Bias * 60 * RT_NS_1MS_64;
     198        return -(int64_t)Tzi.Bias * 60 * RT_NS_1SEC_64;
    199199    return 0;
    200200}
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