summaryrefslogtreecommitdiffstats
path: root/microbbs.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-11-16 11:10:23 +0900
committerFreeArtMan <dos21h@gmail.com>2014-11-16 11:10:23 +0900
commite8574a9621a2cbe50b22aa5aa8114bcebce22b38 (patch)
tree6e77d3872827926ce108f15e312d699fefbbd23a /microbbs.c
parentc84cc88f0b34d8802390e2a7b6dab7f07ba277d1 (diff)
downloadmicrobbs-e8574a9621a2cbe50b22aa5aa8114bcebce22b38.tar.gz
microbbs-e8574a9621a2cbe50b22aa5aa8114bcebce22b38.zip
Preparation to article list feature. Added debug.h and mmm.h
Diffstat (limited to 'microbbs.c')
-rw-r--r--microbbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/microbbs.c b/microbbs.c
index 3624671..77ac92b 100644
--- a/microbbs.c
+++ b/microbbs.c
@@ -17,7 +17,7 @@ int main( int argc, char **argv )
//printf("%d %d\n", ts.term_col, ts.term_row);
//write to log that some user have accesed bbs
- bbs_log( NULL ); //write to default place
+ //bbs_log( NULL ); //write to default place
bbs_motd( &ts, "art/motd.txt" );
print_build_info();
while ( strncmp( str, "q", 1 ) && strncmp( str, "Q", 1 ) )