diff options
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index eb6a13d4..5214d3cc 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -935,7 +935,7 @@ show_brdlist(int head, int clsflag, int newflag) move(1, 0); outs( " " - "¢© ¢~¡X\033[33m¡´\n" + "¢© ùú¡X\033[33m¡´\n" " ùá¡X \033[m " "¢¨¢i\033[47m¡ó\033[40m¢i¢i¢©ùç\n" " \033[44m ¡s¡s¡s¡s¡s¡s¡s¡s " @@ -1579,30 +1579,3 @@ New() currstat = stat0; return 0; } - -/* - * int v_favorite(){ char fname[256]; char inbuf[2048]; FILE* fp; int nGroup; - * char* strtmp; - * - * setuserfile(fname,str_favorite); - * - * if (!(fp=fopen(fname,"r"))) return -1; move(0,0); clrtobot(); - * fgets(inbuf,sizeof(inbuf),fp); nGroup=atoi(inbuf); - * - * currutmp->nGroup=0; currutmp->ninRoot=0; - * - * while(nGroup!=currutmp->nGroup+1){ fgets(inbuf,sizeof(inbuf),fp); - * prints("%s\n",strtmp=strtok(inbuf," \n")); - * strcpy(currutmp->gfavorite[currutmp->nGroup++],strtmp); - * while((strtmp=strtok(NULL, " \n"))){ prints(" %s - * %d\n",strtmp,getbnum(strtmp)); } currutmp->nGroup++; } - * prints("+++%d+++\n",currutmp->nGroup); - * - * fgets(inbuf,sizeof(inbuf),fp); - * - * for(strtmp=strtok(inbuf, " \n");strtmp;strtmp=strtok(NULL, " \n")){ if - * (strtmp[0]!='#') prints("*** %s %d\n",strtmp, getbnum(strtmp)); else - * prints("*** %s %d\n",strtmp+1, -1); currutmp->ninRoot++; } - * - * fclose(fp); pressanykey(); return 0; } - */ |