Ignore:
Timestamp:
01/23/06 12:51:57 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTime.cc

    r7458 r7461  
    670670    GetTime(h, m, s, ms);
    671671
    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 "";
    674676
    675677    struct tm time;
Note: See TracChangeset for help on using the changeset viewer.