> Date: Tue, 10 Jun 2014 23:53:50 +0100
> From: Pádraig Brady <[email protected]>
> CC: [email protected]
> 
> > Right you are.  So this should be something like
> > 
> >   clock_t tnow = clock ();
> >   if (tend >= tnow)
> >     wait_timeout = tend - tnow;
> >   else
> >     wait_timeout = 0;
> 
> Pushed the attached, thanks.

Thank you.


Reply via email to