[m-rev.] Re: for review: user-friendly representation of streams

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Sep 25 19:15:56 AEST 2002


On 25-Sep-2002, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> Index: library/benchmarking.m
> +	snprintf(buf1, ML_BUF_SIZE,
> +		""Time: +%.3fs, %.3fs,"",
> Index: library/io.m
> +	snprintf(fdmsg, 5000, "" (fd %d)"", MR_fp_to_fileno(MR_mf_file(*mfp)));
> Index: runtime/mercury_tabling.c
> +    snprintf(buf5, MR_BUF_SIZE,

snprintf() is not portable.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list