VirtualBox

Changeset 2643 in vbox for trunk/src


Ignore:
Timestamp:
May 15, 2007 8:36:29 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
21168
Message:

Wrong printf format for time offset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r2602 r2643  
    757757    LONG64 timeOffset;
    758758    biosSettings->COMGETTER(TimeOffset)(&timeOffset);
    759     RTPrintf("Time offset:     %ld ms\n", timeOffset);
     759    RTPrintf("Time offset:     %lld ms\n", timeOffset);
    760760
    761761    TriStateBool_T hwVirtExEnabled;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette