summaryrefslogtreecommitdiff
path: root/articles.c
diff options
context:
space:
mode:
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';