diff --git a/driver/main.c b/driver/main.c index ffb9cde62..7fbc52f24 100644 --- a/driver/main.c +++ b/driver/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2020 Stephen Williams (steve@icarus.com) + * Copyright (c) 2000-2021 Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU @@ -184,7 +184,7 @@ int verbose_flag = 0; FILE *fp; char line[MAXSIZE]; -char tmp[MAXSIZE]; +char tmp[MAXSIZE+24]; static char ivl_root[MAXSIZE];