On 07/28/16 10:57, Konstantin Belousov wrote:
> + if ((flags & C_HARDCLOCK) == 0)
> + to_sbt += tick_sbt;
> + } else
> + to_sbt = sbinuptime();
^^^ looks like two whitespaces sneaked in here.
> + if (SBT_MAX - to_sbt < sbt)
> + to_sbt = SBT_MAX;
> + else
Else looks good.
--HPS