diff options
| author | B. Watson <yalhcru@gmail.com> | 2019-04-15 01:09:38 -0400 |
|---|---|---|
| committer | B. Watson <yalhcru@gmail.com> | 2019-04-15 01:09:38 -0400 |
| commit | 52b04261852bfa134a83ddd22e3747e39372742e (patch) | |
| tree | 11d6a454e92d47f78de9c5114aaced83d4b4fa9a /src/about.c | |
| parent | fb9cd6b179daf4fa64ae923144b0db3d3f5dc52d (diff) | |
| download | fujichat-52b04261852bfa134a83ddd22e3747e39372742e.tar.gz | |
update about message
Diffstat (limited to 'src/about.c')
| -rw-r--r-- | src/about.c | 2 |
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); |
