mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Slightly more efficient version of rev 1.6.
This commit is contained in:
parent
95e5dc0476
commit
64049aa600
@ -151,7 +151,7 @@ add(fmt)
|
||||
}
|
||||
}
|
||||
|
||||
static char spec[] = ".#-+ 0123456789";
|
||||
static const char *spec = ".#-+ 0123456789";
|
||||
|
||||
int
|
||||
size(fs)
|
||||
|
Loading…
Reference in New Issue
Block a user