- Timestamp:
- May 15, 2007 8:36:29 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21168
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r2602 r2643 757 757 LONG64 timeOffset; 758 758 biosSettings->COMGETTER(TimeOffset)(&timeOffset); 759 RTPrintf("Time offset: %l d ms\n", timeOffset);759 RTPrintf("Time offset: %lld ms\n", timeOffset); 760 760 761 761 TriStateBool_T hwVirtExEnabled;
Note:
See TracChangeset
for help on using the changeset viewer.