From 9018fbf2607c286a7c390f71b2805c31b3b54827 Mon Sep 17 00:00:00 2001 From: ptt Date: Mon, 15 Apr 2002 19:17:20 +0000 Subject: *** empty log message *** git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@110 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/more.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbbsd/more.c') 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 #include #include @@ -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); -- cgit v1.2.3