Skip to content
Snippets Groups Projects
Commit 447522b5 authored by deuce's avatar deuce
Browse files

Fix bug in last commit.

parent a7049da3
Branches
Tags
No related merge requests found
......@@ -284,7 +284,7 @@ int edit_list(struct bbslist *item,char *listpath,int isdefault)
sprintf(opt[i++], "Hide Status Line %s",item->nostatus?"Yes":"No");
sprintf(opt[i++], "Download Path %s",item->dldir);
sprintf(opt[i++],"Upload Path %s",item->uldir);
sprintf(opt[i++],"Debug Transfers %s",log_levels[item->loglevel]<LOG_DEBUG?"No":"Yes");
sprintf(opt[i++],"Debug Transfers %s",item->loglevel<LOG_DEBUG?"No":"Yes");
sprintf(opt[i++],"Simulated BPS %s",rate_names[get_rate_num(item->bpsrate)]);
sprintf(opt[i++],"ANSI Music %s",music_names[item->music]);
sprintf(opt[i++],"Font %s",item->font);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment