bug-libtool
[Top][All Lists]
Advanced

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

Remove double negation error messages.


From: Jesper Louis Andersen
Subject: Remove double negation error messages.
Date: Thu, 10 Mar 2005 11:56:14 +0100
User-agent: Mutt/1.4.2i

$echo "$modename: CURRENT \`$current' is not a nonnegative integer"

(grep for it, there are a couple of places)

Should rather be something along the lines of:

$current must be a positive integer less than 100000 or zero. Double negation
is harder to parse. Furthermore, not nonnegative is wrong because there are
upper bounds on the size.

-- 
jlouis




reply via email to

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