Changeset 3079


Ignore:
Timestamp:
02/02/2012 22:16:58 (4 months ago)
Author:
chris
Message:

Make box_time_t signed so that we can subtract them without getting silly answers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/common/BoxTime.h

    r2845 r3079  
    1212 
    1313// Time is presented as an unsigned 64 bit integer, in microseconds 
    14 typedef uint64_t        box_time_t; 
     14typedef int64_t box_time_t; 
    1515 
    1616#define NANO_SEC_IN_SEC         (1000000000LL) 
Note: See TracChangeset for help on using the changeset viewer.