This commit is contained in:
Dr. Stephen Henson 2002-02-14 18:52:37 +00:00
parent af5db47e99
commit 4598be561a

View File

@ -228,6 +228,7 @@ int ms_time_cmp(char *ap, char *bp)
d= (double)(b->ms_timeb.time-a->ms_timeb.time)+ d= (double)(b->ms_timeb.time-a->ms_timeb.time)+
(((double)b->ms_timeb.millitm)-(double)a->ms_timeb.millitm)/1000.0; (((double)b->ms_timeb.millitm)-(double)a->ms_timeb.millitm)/1000.0;
# endif # endif
# endif
#endif #endif
if (d == 0.0) if (d == 0.0)
ret=0; ret=0;