Changeset 9209 for trunk


Ignore:
Timestamp:
01/05/09 17:57:10 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9208 r9209  
    3737     - added WriteBinary
    3838
     39   * mbase/MEvtLoop.cc:
     40     - display paused status in status line
     41     - improved pause handling
     42
     43
  • trunk/MagicSoft/Mars/mbase/MTime.cc

    r9208 r9209  
    954954    GetTime(h, m, s, ms);
    955955
    956     out.read((char*)&y,   2);
    957     out.read((char*)&mon, 1);
    958     out.read((char*)&d,   1);
    959     out.read((char*)&h,   1);
    960     out.read((char*)&m,   1);
    961     out.read((char*)&s,   1); // Total=7
     956    out.write((char*)&y,   2);
     957    out.write((char*)&mon, 1);
     958    out.write((char*)&d,   1);
     959    out.write((char*)&h,   1);
     960    out.write((char*)&m,   1);
     961    out.write((char*)&s,   1); // Total=7
    962962}
    963963
Note: See TracChangeset for help on using the changeset viewer.