Changeset 7461 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 01/23/06 12:51:57 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTime.cc
r7458 r7461 670 670 GetTime(h, m, s, ms); 671 671 672 if (y<1902 || y>2037) 673 return ""; 672 // If date<1902 strftime crahses on my (tbretz) laptop 673 // it doesn't crash in the DC. 674 // if (y<1902 || y>2037) 675 // return ""; 674 676 675 677 struct tm time;
Note:
See TracChangeset
for help on using the changeset viewer.