summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-05-07 21:30:29 +0000
committerbapt <bapt@FreeBSD.org>2015-05-07 21:30:29 +0000
commit22040d2a98eaf43a55bd77c396c75474642a319b (patch)
tree8adfb01931db1313303c644cd2faecb52a219df5 /usr.bin
parent2c4b25b39138a770bfd31dbdeb3e64b1df1fe6be (diff)
downloadFreeBSD-src-22040d2a98eaf43a55bd77c396c75474642a319b.zip
FreeBSD-src-22040d2a98eaf43a55bd77c396c75474642a319b.tar.gz
Reduce the size to 64 for the commands, 512 was way too large for the purpose
Noticed by: julian
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/checknr/checknr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c
index 235ec33..06395b0 100644
--- a/usr.bin/checknr/checknr.c
+++ b/usr.bin/checknr/checknr.c
@@ -313,7 +313,7 @@ static void
process(FILE *f)
{
int i, n;
- char mac[512]; /* The current macro or nroff command */
+ char mac[64]; /* The current macro or nroff command */
char *line;
size_t linecap;
int pl;
OpenPOWER on IntegriCloud