Skip to content
Snippets Groups Projects
Commit 31872d27 authored by deuce's avatar deuce
Browse files

One last "issue".

parent 68fa283d
No related branches found
No related tags found
No related merge requests found
......@@ -1816,7 +1816,7 @@ struct bbslist *show_bbslist(char *current, int connected)
break;
}
if(edit_list(list, list[opt],settings.list_path,FALSE)) {
load_bbslist(list, sizeof(list), &defaults, settings.list_path, sizeof(settings.list_path), shared_list, sizeof(shared_list), &listcount, &opt, &bar, list[opt]?strdup(list[opt]->name):NULL);
load_bbslist(list, sizeof(list), &defaults, settings.list_path, sizeof(settings.list_path), shared_list, sizeof(shared_list), &listcount, &opt, &bar, strdup(list[opt]->name));
oldopt=-1;
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment