Slightly more efficient version of rev 1.6.

This commit is contained in:
David E. O'Brien 2002-03-07 23:01:55 +00:00
parent 95e5dc0476
commit 64049aa600
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91840

View File

@ -151,7 +151,7 @@ add(fmt)
}
}
static char spec[] = ".#-+ 0123456789";
static const char *spec = ".#-+ 0123456789";
int
size(fs)