diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-28 22:30:40 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-28 22:30:40 +0800 |
commit | ea815fcbed085aa0eb0028840290126961decb60 (patch) | |
tree | ff85826440370c9c2b418a07c48f7f0f1ee439b5 /mbbsd | |
parent | 91fef437949c915b8666265b737f41263eda22bd (diff) | |
download | pttbbs-ea815fcbed085aa0eb0028840290126961decb60.tar pttbbs-ea815fcbed085aa0eb0028840290126961decb60.tar.gz pttbbs-ea815fcbed085aa0eb0028840290126961decb60.tar.bz2 pttbbs-ea815fcbed085aa0eb0028840290126961decb60.tar.lz pttbbs-ea815fcbed085aa0eb0028840290126961decb60.tar.xz pttbbs-ea815fcbed085aa0eb0028840290126961decb60.tar.zst pttbbs-ea815fcbed085aa0eb0028840290126961decb60.zip |
show man path in DEBUG mode
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@742 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/announce.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c index a1a5797b..e9068638 100644 --- a/mbbsd/announce.c +++ b/mbbsd/announce.c @@ -1,4 +1,4 @@ -/* $Id: announce.c,v 1.18 2003/01/16 11:58:04 kcwu Exp $ */ +/* $Id: announce.c,v 1.19 2003/03/28 14:30:40 in2 Exp $ */ #include "bbs.h" static void @@ -1443,6 +1443,9 @@ a_menu(char *maintitle, char *path, int lastlevel) fileheader_t *fhdr = &me.header[me.now - me.page]; if (!isvisible_man(&me)) break; +#ifdef DEBUG + vmsg("%s/%s", &path[11], fhdr->filename);; +#endif snprintf(fname, sizeof(fname), "%s/%s", path, fhdr->filename); if (*fhdr->filename == 'H' && fhdr->filename[1] == '.') { item_t item; |