Changeset 36168 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Mar 4, 2011 12:41:50 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70359
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r36165 r36168 6136 6136 6137 6137 strStateFilePath += RTPATH_DELIMITER; 6138 strStateFilePath += Utf8StrFmt("%04ld-%02u-%02uT%02u-%02u-%02u-%09uZ.sav", 6139 time.i32Year, 6140 time.u8Month, 6141 time.u8MonthDay, 6142 time.u8Hour, 6143 time.u8Minute, 6144 time.u8Second, 6145 time.u32Nanosecond); 6138 strStateFilePath += Utf8StrFmt("%04d-%02u-%02uT%02u-%02u-%02u-%09uZ.sav", 6139 time.i32Year, time.u8Month, time.u8MonthDay, 6140 time.u8Hour, time.u8Minute, time.u8Second, time.u32Nanosecond); 6146 6141 } 6147 6142
Note:
See TracChangeset
for help on using the changeset viewer.