summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-29 22:34:46 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-11-29 22:34:46 +0800
commitbd1948bc79bae8ebdef50d04682656afec76d985 (patch)
treee01760ed65ef11d55fe7b497d84f70d1a47472dd /mbbsd/user.c
parentee37850610d71bd6d50e13d1d78c4e15723843c1 (diff)
downloadpttbbs-bd1948bc79bae8ebdef50d04682656afec76d985.tar
pttbbs-bd1948bc79bae8ebdef50d04682656afec76d985.tar.gz
pttbbs-bd1948bc79bae8ebdef50d04682656afec76d985.tar.bz2
pttbbs-bd1948bc79bae8ebdef50d04682656afec76d985.tar.lz
pttbbs-bd1948bc79bae8ebdef50d04682656afec76d985.tar.xz
pttbbs-bd1948bc79bae8ebdef50d04682656afec76d985.tar.zst
pttbbs-bd1948bc79bae8ebdef50d04682656afec76d985.zip
* Use testing and setting macros instead of accessing yank_flag
directly in board.c * Add 'a' and 'i' to add favorite directly in favorite mode. * Remove duplicated `const' qualifier. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2357 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 9921d00d..b7308b60 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -751,7 +751,7 @@ showplans(char *uid)
#ifdef CHESSCOUNTRY
if (user_query_mode) {
- const char const *photo_name[2] = { "photo_fivechess", "photo_cchess" };
+ const char *photo_name[2] = { "photo_fivechess", "photo_cchess" };
int i = 0;
FILE *fp;