On Mon, Feb 05, 2001, Archie Cobbs wrote:
> This change in pth looks pretty broken:
>
> diff -ur pth/work/pth-1.3.7/pth_time.c pth-devel/work/pth-1.4a2/pth_time.c
> --- pth/work/pth-1.3.7/pth_time.c Fri Jul 28 12:15:43 2000
> +++ pth-devel/work/pth-1.4a2/pth_time.c Wed Jun 28 23:58:44 2000
> @@ -149,7 +149,7 @@
> t1->tv_sec *= n;
> t1->tv_usec *= n;
> t1->tv_sec += (t1->tv_usec / 1000000);
> - t1->tv_usec = (t1->tv_usec % 1000000);
> + t1->tv_usec = (t1->tv_usec & 1000000);
> return;
> }
Correct, but according to the ChangeLog entries for 1.4a3
this was already fixed some time ago.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
GNU Portable Threads (Pth) http://www.gnu.org/software/pth/
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager (Majordomo) [EMAIL PROTECTED]