Use the plenteous BUFSIZE found in mg in lieu of 128.
authorlum <lum@openbsd.org>
Wed, 21 Apr 2021 14:45:28 +0000 (14:45 +0000)
committerlum <lum@openbsd.org>
Wed, 21 Apr 2021 14:45:28 +0000 (14:45 +0000)
usr.bin/mg/autoexec.c

index d4447e4..1faf9e7 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoexec.c,v 1.17 2015/09/26 21:51:58 jasper Exp $ */
+/* $OpenBSD: autoexec.c,v 1.18 2021/04/21 14:45:28 lum Exp $ */
 /* this file is in the public domain */
 /* Author: Vincent Labrecque <vincent@openbsd.org>     April 2002 */
 
@@ -97,7 +97,7 @@ add_autoexec(const char *pattern, const char *func)
 int
 auto_execute(int f, int n)
 {
-       char    patbuf[128], funcbuf[128], *patp, *funcp;
+       char    patbuf[BUFSIZE], funcbuf[BUFSIZE], *patp, *funcp;
        int     s;
 
        if ((patp = eread("Filename pattern: ", patbuf, sizeof(patbuf),