summaryrefslogtreecommitdiffstats
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
commit1824fc5f8549ef95a125a8f2764c104a20eb48e3 (patch)
treed0115e60257ccc9d448eb8bee8070062064cd49c
parentbe3896ab32652fd94ffed46eeca724c95c9f4b76 (diff)
downloadpttbbs-1824fc5f8549ef95a125a8f2764c104a20eb48e3.tar
pttbbs-1824fc5f8549ef95a125a8f2764c104a20eb48e3.tar.gz
pttbbs-1824fc5f8549ef95a125a8f2764c104a20eb48e3.tar.bz2
pttbbs-1824fc5f8549ef95a125a8f2764c104a20eb48e3.tar.lz
pttbbs-1824fc5f8549ef95a125a8f2764c104a20eb48e3.tar.xz
pttbbs-1824fc5f8549ef95a125a8f2764c104a20eb48e3.tar.zst
pttbbs-1824fc5f8549ef95a125a8f2764c104a20eb48e3.zip
- fix compile error if defined KEYWORD_LOG
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4474 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/read.c b/pttbbs/mbbsd/read.c
index 2c22de08..12c334e3 100644
--- a/pttbbs/mbbsd/read.c
+++ b/pttbbs/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
}