Changeset 46826 in vbox
- Timestamp:
- Jun 27, 2013 11:09:55 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r46667 r46826 2752 2752 2753 2753 static RTTIMESPEC ts = { 0 }; 2754 if (!RTTimeSpecGetNano(&ts)) 2755 RTTimeNow(&ts); 2754 RTTimeNow(&ts); 2756 2755 RTTIME time; 2757 2756 RTTimeExplode(&time, &ts);
Note:
See TracChangeset
for help on using the changeset viewer.