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.

Reply via email to