Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SCTIME_ADD_SECS and SCTIME_FROM_TIMESPEC
Fix SCTIME_ADD_SECS zeroing subsecond part When adding s seconds to SCtime_t ts, don't zero out the ts.usecs field. Fixes Redmine Bug OISF#6584 Fix SCTIME_FROM_TIMESPEC garbage microseconds part When converting nanosecond to microseconds divide by 1000 instead of multiplying by 1000. Fixes Redmine bug OISF#6585
- Loading branch information