From 45a20ab721a513710138340faff3d59a31c3e01e Mon Sep 17 00:00:00 2001 From: forsyth Date: Mon, 3 Jun 2013 21:01:14 +0000 Subject: sync compilers with Plan 9 remove 1[acl] 2[acl] --- utils/cc/dpchk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/cc/dpchk.c') diff --git a/utils/cc/dpchk.c b/utils/cc/dpchk.c index 99a49ee5..011f9c8a 100644 --- a/utils/cc/dpchk.c +++ b/utils/cc/dpchk.c @@ -75,9 +75,9 @@ getflag(char *s) nstar = 0; for(;;) { s += chartorune(&c, s); - fmt += runetochar(fmt, &c); if(c == 0 || c >= nelem(flagbits)) break; + fmt += runetochar(fmt, &c); f = flagbits[c]; switch(f) { case Fnone: -- cgit v1.2.3