Skip to content
Snippets Groups Projects
Commit 87a28054 authored by deuce's avatar deuce
Browse files

Use bbs.get_newscan_time() correctly.

parent 5dbbe611
Branches
Tags
No related merge requests found
......@@ -642,7 +642,7 @@ while(1) {
switch(xfercfgmenu.getval()) {
case 'S':
clear_screen();
bbs.get_newscantime(bbs.new_file_time);
bbs.new_file_time=bbs.get_newscantime(bbs.new_file_time);
draw_main(true);
settingsmenu.draw();
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment