Reduce the size to 64 for the commands, 512 was way too large for the purpose
Noticed by: julian
This commit is contained in:
parent
8b45db8ee2
commit
696e43653b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user