[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coreutils] [PATCH] sort: fix --debug display with very large offset
From: |
Pádraig Brady |
Subject: |
Re: [coreutils] [PATCH] sort: fix --debug display with very large offsets |
Date: |
Wed, 28 Jul 2010 07:13:40 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 |
On 27/07/10 19:03, Paul Eggert wrote:
> * src/sort.c (mark_key): Don't assume offset <= INT_MAX.
> Make the code a bit clearer when width != 0.
That's better, though good luck to people trying
to debug > 32K character lines :)
The common case is for offsets < 100 and
we don't care too much about debugging speed.
cheers,
Pádraig.