From d67b7dad77bb8aa973dad1f7c3ab0c309b114278 Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 27 Apr 2010 12:51:13 +0100 Subject: 20100427-1251 --- utils/qc/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/qc/list.c') diff --git a/utils/qc/list.c b/utils/qc/list.c index 3538c621..2f7eeb18 100644 --- a/utils/qc/list.c +++ b/utils/qc/list.c @@ -72,7 +72,7 @@ Aconv(Fmt *fp) a = va_arg(fp->args, int); s = "???"; - if(a >= AXXX && a <= AEND) + if(a >= AXXX && a <= ALAST) s = anames[a]; return fmtstrcpy(fp, s); } -- cgit v1.2.3