--- lbbs/src/article_op.c 2025/11/04 13:49:51 1.2 +++ lbbs/src/article_op.c 2025/11/11 00:28:05 1.5 @@ -3,9 +3,13 @@ * article_op * - basic operations of articles * - * Copyright (C) 2004-2025 by Leaflet + * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "article_op.h" #include "bbs.h" #include "io.h" @@ -15,7 +19,7 @@ int display_article_meta(int32_t aid) { clearscr(); moveto(3, 1); - prints("Web版 文章链接:"); + prints("Web版 文章链接: "); moveto(4, 1); prints("http://%s/bbs/view_article.php?id=%d#%d", BBS_server, aid, aid); press_any_key();