diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-16 03:17:20 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-16 03:17:20 +0800 |
commit | 9018fbf2607c286a7c390f71b2805c31b3b54827 (patch) | |
tree | e0126302f47bd3917c110b42c1b7beedb239afab | |
parent | e449477e01540e4eae2ad9099ad2f3c35ddfe2f9 (diff) | |
download | pttbbs-9018fbf2607c286a7c390f71b2805c31b3b54827.tar pttbbs-9018fbf2607c286a7c390f71b2805c31b3b54827.tar.gz pttbbs-9018fbf2607c286a7c390f71b2805c31b3b54827.tar.bz2 pttbbs-9018fbf2607c286a7c390f71b2805c31b3b54827.tar.lz pttbbs-9018fbf2607c286a7c390f71b2805c31b3b54827.tar.xz pttbbs-9018fbf2607c286a7c390f71b2805c31b3b54827.tar.zst pttbbs-9018fbf2607c286a7c390f71b2805c31b3b54827.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@110 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/more.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/more.c b/mbbsd/more.c index c8abd17e..aa706617 100644 --- a/mbbsd/more.c +++ b/mbbsd/more.c @@ -1,4 +1,4 @@ -/* $Id: more.c,v 1.4 2002/04/15 19:06:22 ptt Exp $ */ +/* $Id: more.c,v 1.5 2002/04/15 19:17:20 ptt Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -233,7 +233,7 @@ int more(char *fpath, int promptend) { *search_str = 0; #ifdef MDCACHE - if(!promptend){ + if(!promptend && strncmp(fpath,"home",4)){ /* we only cache boards/ and etc/ */ char cpath[256]; cachepath(cpath,fpath); |