aboutsummaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2019-04-15 01:09:38 -0400
committerB. Watson <yalhcru@gmail.com>2019-04-15 01:09:38 -0400
commit52b04261852bfa134a83ddd22e3747e39372742e (patch)
tree11d6a454e92d47f78de9c5114aaced83d4b4fa9a /src/about.c
parentfb9cd6b179daf4fa64ae923144b0db3d3f5dc52d (diff)
downloadfujichat-52b04261852bfa134a83ddd22e3747e39372742e.tar.gz
update about message
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about.c b/src/about.c
index 197da3f..fc158cd 100644
--- a/src/about.c
+++ b/src/about.c
@@ -25,7 +25,7 @@ void more(char *file) {
if(*buf == '#') continue;
line += (strlen(buf) / 40 + 1);
- if(line > 23) {
+ if(line > 22) {
fputs("--more--", stdout);
fflush(stdout);