On 6/30/07, Eric Blake <[EMAIL PROTECTED]> wrote:
According to James Youngman on 6/26/2007 2:20 PM:
> @@ -2025,7 +2026,7 @@ format_date (struct timespec ts, int kind)
>     * demonstrating that the performance difference is actually
>     * measurable.
>     */
> -  assert (sizeof(buf) >= LONGEST_HUMAN_READABLE);
> +  verify_true (sizeof(buf) >= LONGEST_HUMAN_READABLE);

Looks good to me.  (well, except this makes me think that maybe the
length should be strictly greater, but I am not sure)


_______________________________________________
Findutils-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/findutils-patches

Reply via email to