summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2022-08-08 13:13:35 -0300
committerAndrés <andmarti@gmail.com>2022-08-08 13:13:35 -0300
commit759be3bc0430d1cb26fab0ca6b507e27d22d0fd4 (patch)
treeb74ed80f816d9fe8e907dc4a60261d1b9b1dacc9
parent9bed48359f34f5a4a29725d38cece30d1d3d528c (diff)
work on issue #727
-rw-r--r--src/sc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc.h b/src/sc.h
index c313c97..5ff819d 100644
--- a/src/sc.h
+++ b/src/sc.h
@@ -78,7 +78,7 @@
#define PATHLEN 1024 /* maximum path length */
#define MAXCMD 160 /* for ! command and commands that use the pager */
-#define STDERRBUF 8192 /* stderr buffer size */
+#define STDERRBUF 1024 /* stderr buffer size */
#ifndef DFLT_PAGER
#define DFLT_PAGER "more" /* more is probably more widespread than less */