summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-11-16 00:00:53 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-11-16 00:00:53 +0800
commiteae49fe5f6b1f1c22131361347a39722aac613a3 (patch)
tree1c93bae9763d9a78fa5f9eae9ed6dc77bdea8743
parent46e9fa78b7a1f2b6368c8b6cb3c7c0f0f6909b48 (diff)
downloadpttbbs-eae49fe5f6b1f1c22131361347a39722aac613a3.tar
pttbbs-eae49fe5f6b1f1c22131361347a39722aac613a3.tar.gz
pttbbs-eae49fe5f6b1f1c22131361347a39722aac613a3.tar.bz2
pttbbs-eae49fe5f6b1f1c22131361347a39722aac613a3.tar.lz
pttbbs-eae49fe5f6b1f1c22131361347a39722aac613a3.tar.xz
pttbbs-eae49fe5f6b1f1c22131361347a39722aac613a3.tar.zst
pttbbs-eae49fe5f6b1f1c22131361347a39722aac613a3.zip
fix one typo.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3239 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 0b6c7b37..2579f4fb 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -1027,7 +1027,7 @@ showplans_userec(userec_t *user)
int i = 0;
FILE *fp;
- sethomefile(genbuf, uid, chess_photo_name[user_query_mode - 1]);
+ sethomefile(genbuf, user->userid, chess_photo_name[user_query_mode - 1]);
if ((fp = fopen(genbuf, "r")) != NULL)
{
char photo[6][256];