Skip to content

Commit

Permalink
去掉版主b操作的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
marvelliu committed Sep 12, 2011
1 parent 3ef823f commit c9d1100
Show file tree
Hide file tree
Showing 68 changed files with 11 additions and 24,316 deletions.
10 changes: 9 additions & 1 deletion local_utl/view_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,15 @@ int main(int argc, char **argv){
printf("email:%s\n", ud.email);
printf("reg_email:%s\n", ud.reg_email);

fprintf(stdout,"\n%s\n","------------------------------------------");

// struct usermemo *memo;
// read_user_memo(userid, &memo);
// printf("email:%s\n", memo->ud.email);
// printf("reg_email:%s\n", memo->ud.reg_email);


printf("\n");

return 0;
}

4 changes: 2 additions & 2 deletions src/bbs.c
Original file line number Diff line number Diff line change
Expand Up @@ -5030,10 +5030,10 @@ const char *SR_BMitems[] = {
"放入精华区",
"放入暂存档",
"设定拟删标记",
"设定不可回复"//,
"设定不可回复",
"制作合集"
};
const int item_num = 7;
const int item_num = 8;

struct BMFunc_arg {
bool delpostnum; /*是否减文章数*/
Expand Down
Binary file removed sshbbsd/addr_manage.o
Binary file not shown.
Binary file removed sshbbsd/announce.o
Binary file not shown.
Binary file removed sshbbsd/auth-passwd.o
Binary file not shown.
Binary file removed sshbbsd/authfile.o
Binary file not shown.
Binary file removed sshbbsd/bbs.o
Binary file not shown.
Binary file removed sshbbsd/bbsd_single.o
Binary file not shown.
Binary file removed sshbbsd/blowfish.o
Binary file not shown.
Binary file removed sshbbsd/bm.o
Binary file not shown.
Binary file removed sshbbsd/boards_t.o
Binary file not shown.
Binary file removed sshbbsd/bufaux.o
Binary file not shown.
Binary file removed sshbbsd/buffer.o
Binary file not shown.
Binary file removed sshbbsd/calltime.o
Binary file not shown.
Binary file removed sshbbsd/canohost.o
Binary file not shown.
Binary file removed sshbbsd/chat.o
Binary file not shown.
Binary file removed sshbbsd/cipher.o
Binary file not shown.
Binary file removed sshbbsd/comm_lists.o
Binary file not shown.
Binary file removed sshbbsd/compress.o
Binary file not shown.
Loading

0 comments on commit c9d1100

Please sign in to comment.