diff options
Diffstat (limited to 'articles.c')
-rw-r--r-- | articles.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; |