summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-05-24 23:37:41 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-05-24 23:37:41 +0800
commit976a9b5362a02669041bbdf0666ca9d403de7dd0 (patch)
tree9d53170a6623e7fad031cf77f21d6316f78b3e4a /mbbsd
parent64c564fd9ebdc166aa8b269e0bbe7a4928a81ce1 (diff)
downloadpttbbs-976a9b5362a02669041bbdf0666ca9d403de7dd0.tar
pttbbs-976a9b5362a02669041bbdf0666ca9d403de7dd0.tar.gz
pttbbs-976a9b5362a02669041bbdf0666ca9d403de7dd0.tar.bz2
pttbbs-976a9b5362a02669041bbdf0666ca9d403de7dd0.tar.lz
pttbbs-976a9b5362a02669041bbdf0666ca9d403de7dd0.tar.xz
pttbbs-976a9b5362a02669041bbdf0666ca9d403de7dd0.tar.zst
pttbbs-976a9b5362a02669041bbdf0666ca9d403de7dd0.zip
- fix compile error if defined KEYWORD_LOG
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4474 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c
index 2c22de08..12c334e3 100644
--- a/mbbsd/read.c
+++ b/mbbsd/read.c
@@ -448,7 +448,7 @@ select_read(const keeploc_t * locmem, int sr_mode)
keyword, TTLEN, DOECHO))
return READ_REDRAW;
#ifdef KEYWORD_LOG
- log_file("keyword_search_log", LOG_CREAT | LOG_VF,
+ log_filef("keyword_search_log", LOG_CREAT,
"%s:%s\n", currboard, keyword);
#endif
}