Opened 17 years ago

Closed 17 years ago

#442 closed Bugs (None)

timeconv.inl line 116 copy/paste error

Reported by: nobody Owned by: mclow
Milestone: Component: threads
Version: None Severity:
Keywords: Cc:

Description

has:
if (boost::xtime_get(&cur, boost::TIME_UTC) <= 0)

should be:
if (boost::xtime_cmp(xt, cur) <= 0)

my email is 

gyaralov@ixiacom.com

Change History (1)

comment:1 by mclow, 17 years ago

Status: assignedclosed
Logged In: YES 
user_id=131412

Fixed
Note: See TracTickets for help on using tickets.