- Timestamp:
- 01/05/09 17:57:10 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9208 r9209 37 37 - added WriteBinary 38 38 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 954 954 GetTime(h, m, s, ms); 955 955 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=7956 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 962 962 } 963 963
Note:
See TracChangeset
for help on using the changeset viewer.