adding a new log-format escape

YOSHIFUJI Hideaki / =?iso-2022-jp?B?GyRCNUhGIzFRTEAbKEI=?= yoshfuji at linux-ipv6.org
Mon Jun 27 06:21:58 GMT 2005


In article <f4050c9e050626230758147067 at mail.gmail.com> (at Mon, 27 Jun 2005 00:07:19 -0600), Andrew Shewmaker <agshew at gmail.com> says:

> +                       for (j = 0; j < SUM_LENGTH; j++ ) {
> +                               snprintf(buf2 + j * 2, sizeof buf2,
> fmt, file->u.sum[j]);

       file->u.sum[j] & 0xff

> +                       for (j = 0; j < b; j++ ) {
> +                               snprintf(buf2 + j * 2, sizeof buf2,
> fmt, file->u.sum[j]);

ditto.

--yoshfuji


More information about the rsync mailing list