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
  Note:
 See   TracTickets
 for help on using tickets.
    