- Timestamp:
- Jun 23, 2005, 8:04:31 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/sys/__ftime.c
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r2066 r2067 120 120 ULONG time; 121 121 ULONG msecs; 122 UCHAR hour;123 UCHAR minutes;124 UCHAR seconds;122 UCHAR _not_used__hour; 123 UCHAR _not_used__minutes; 124 UCHAR _not_used__seconds; 125 125 UCHAR hundredths; 126 126 } s; … … 155 155 /* calc now */ 156 156 union last Now; 157 Now.s.secs = Combined.s. seconds;157 Now.s.secs = Combined.s.time; 158 158 #ifdef CALCDIFF 159 159 Now.s.milli = (Combined.s.msecs + uDiff) % 1000; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.