findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Findutils-patches] [PATCH] 2007-06-26 James Youngman <address@hidde


From: James Youngman
Subject: Re: [Findutils-patches] [PATCH] 2007-06-26 James Youngman <address@hidden>
Date: Sat, 30 Jun 2007 20:45:19 +0100

On 6/30/07, Eric Blake <address@hidden> 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]