Changeset 46828 in vbox
- Timestamp:
- Jun 27, 2013 11:32:19 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r46826 r46828 2723 2723 hrc = pMachine->COMGETTER(VideoCaptureFile)(&strFile); 2724 2724 AssertComRCReturn(hrc, VERR_COM_UNEXPECTED); 2725 RTTIMESPEC ts; 2726 RTTimeNow(&ts); 2727 RTTIME time; 2728 RTTimeExplode(&time, &ts); 2725 2729 for (unsigned uScreen = 0; uScreen < mcMonitors; uScreen++) 2726 2730 { … … 2751 2755 pszName = NULL; 2752 2756 2753 static RTTIMESPEC ts = { 0 };2754 RTTimeNow(&ts);2755 RTTIME time;2756 RTTimeExplode(&time, &ts);2757 2757 if (mcMonitors > 1) 2758 2758 rc = RTStrAPrintf(&pszName, "%s-%04d-%02u-%02uT%02u-%02u-%02u-%09uZ-%u%s",
Note:
See TracChangeset
for help on using the changeset viewer.