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/builtin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src/builtin.c') diff --git a/Src/builtin.c b/Src/builtin.c index 42eca3e21..af2c24fd6 100644 --- a/Src/builtin.c +++ b/Src/builtin.c @@ -1745,7 +1745,8 @@ typeset_setbase(const char *name, Param pm, Options ops, int on, int always) return 1; } if (pm->base < 2 || pm->base > 36) { - zwarnnam(name, "invalid base: %d", pm->base); + zwarnnam(name, "invalid base (must be 2 to 36 inclusive): %d", + pm->base); return 1; } } else if (always) -- cgit 1.4.1