Changeset 17298 for trunk/Mars/mcore
- Timestamp:
- 10/21/13 17:20:38 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcore/ofits.h
r17274 r17298 989 989 const struct tm *tmp1 = gmtime(&t0); 990 990 991 std::string str( 21, '\0');991 std::string str(19, '\0'); 992 992 if (tmp1 && strftime(const_cast<char*>(str.data()), 20, "%Y-%m-%dT%H:%M:%S", tmp1)) 993 993 SetStr("DATE", str, "File creation date");
Note:
See TracChangeset
for help on using the changeset viewer.