VirtualBox

Changeset 2626 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 14, 2007 2:12:13 PM (18 years ago)
Author:
vboxsync
Message:

Fixed UTC typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevRTC.cpp

    r2613 r2626  
    134134    /** Pointer to the device instance - GC Ptr. */
    135135    PPDMDEVINSGC    pDevInsGC;
    136     /** Use UCT or local time initially. */
    137     bool            fUCT;
     136    /** Use UTC or local time initially. */
     137    bool            fUTC;
    138138    /** The RTC registration structure. */
    139139    PDMRTCREG       RtcReg;
     
    701701     */
    702702    RTTIMESPEC  Now;
    703     PDMDevHlpUCTNow(pDevIns, &Now);
     703    PDMDevHlpUTCNow(pDevIns, &Now);
    704704    RTTIME Time;
    705     if (pData->fUCT)
     705    if (pData->fUTC)
    706706        RTTimeExplode(&Time, &Now);
    707707    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