From 1c29f641c6276b0bcb1db17a7d64dbb5cad50382 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 10 Jun 2008 08:50:35 +0000 Subject: Mikael: 25143: spelling corrections 25144: report supported bases 25139: fix number --- Src/math.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src/math.c') diff --git a/Src/math.c b/Src/math.c index 3374efddd..5b6941953 100644 --- a/Src/math.c +++ b/Src/math.c @@ -461,7 +461,8 @@ zzlex(void) if(*ptr != ']') goto bofs; if (outputradix < 2 || outputradix > 36) { - zerr("invalid base: %d", outputradix); + zerr("invalid base (must be 2 to 36 inclusive): %d", + outputradix); return EOI; } ptr++; -- cgit 1.4.1