summaryrefslogtreecommitdiffstats
path: root/articles.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-01-07 21:00:59 +0900
committerFreeArtMan <dos21h@gmail.com>2015-01-07 21:00:59 +0900
commit03e459e7dff84c44644b1eccc0e00b73d846fe2a (patch)
tree00269e56bdf53906396199e22dcabe8bbee9592f /articles.c
parent0ab31d63699467d72f09327171b735ed2152bf2c (diff)
downloadmicrobbs-03e459e7dff84c44644b1eccc0e00b73d846fe2a.tar.gz
microbbs-03e459e7dff84c44644b1eccc0e00b73d846fe2a.zip
Small fixes about loging and libterm
Diffstat (limited to 'articles.c')
-rw-r--r--articles.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles.c b/articles.c
index 8b4af8d..e7586dc 100644
--- a/articles.c
+++ b/articles.c
@@ -28,7 +28,7 @@ int bbs_article( term_screen *ts, const char *fname )
max_y = 24;
}
- bbs_log_article( fname );
+ bbs_log_article( NULL );
if ( fname != NULL )
{