Changeset 9209 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 01/05/09 17:57:10 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.