Changeset 98 for trunk/orca/win32

Show
Ignore:
Timestamp:
03/23/06 01:35:12 (3 years ago)
Author:
krobillard
Message:

Time is now stored as double. Removed OTime.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/win32/os.c

    r85 r98  
    173173    else 
    174174        orSetTF( res, OT_DATE ); 
    175     res->time.sec  = tb.time; 
    176     res->time.usec = tb.millitm * 1000; 
     175    orSeconds(res) = tb.time + (tb.millitm * 0.001); 
    177176} 
    178177