diff options
Diffstat (limited to 'mbbsd/read.c')
-rw-r--r-- | mbbsd/read.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c index 5243a0cd..ea2e4a73 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -1,8 +1,6 @@ -/* $Id: read.c,v 1.17 2003/01/19 16:18:17 kcwu Exp $ */ +/* $Id: read.c,v 1.18 2003/01/23 18:39:24 in2 Exp $ */ #include "bbs.h" -#define MAXPATHLEN 256 - static fileheader_t *headers = NULL; static int last_line; static int hit_thread; |