summaryrefslogtreecommitdiffstats
path: root/articles.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-01-10 15:10:43 +0900
committerFreeArtMan <dos21h@gmail.com>2015-01-10 15:10:43 +0900
commitbd040d066dc5ba642c4fadca26ddd4e1963e5231 (patch)
tree47ee71980b1e8fdef4f3fad7cb869f1b91e97deb /articles.c
parent3e61314544a9151cb5a49db12a58c4fb74d6bee3 (diff)
downloadmicrobbs-bd040d066dc5ba642c4fadca26ddd4e1963e5231.tar.gz
microbbs-bd040d066dc5ba642c4fadca26ddd4e1963e5231.zip
Added door game support upto 9 games
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 b572e8a..d651069 100644
--- a/articles.c
+++ b/articles.c
@@ -214,7 +214,7 @@ int bbs_article_list( term_screen *ts, const char *dir_name )
//while there is no more 10 articles use only 1 number
//TODO fix that
term_cur_set_c( ts, 0 );
- printf("Input article number 0-9:"); fflush( stdout );
+ printf("Input article number 1-9:"); fflush( stdout );
int article_input = term_getc( ts );
//if something whent wrong dont know why, need to get some test case
char article_number = (char)article_input-'0';