From 9f6c23bc36bbc3c39e8b4fcc6da038bcc7211bc5 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 7 Mar 1994 18:55:55 +0000 Subject: [PATCH] (get_minibuffer): Make name buffer large enough. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minibuf.c b/src/minibuf.c index 49b3c4d3a8c..f458133bc6d 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -307,7 +307,7 @@ get_minibuffer (depth) int depth; { Lisp_Object tail, num, buf; - char name[14]; + char name[24]; extern Lisp_Object nconc2 (); XFASTINT (num) = depth; -- 2.39.5