Skip to content
Snippets Groups Projects
Commit f691b7dd authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Increase file list creation progress report frequency

Cosmetic only.
parent b0154b8e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -61,7 +61,7 @@ ulong sbbs_t::create_filelist(const char *name, long mode)
total_dirs += usrdirs[i];
for(i=j=d=0;i<usrlibs;i++) {
for(j=0;j<usrdirs[i];j++,d++) {
progress(text[Scanning], d, total_dirs, 10);
progress(text[Scanning], d, total_dirs, 1);
if(mode&FL_ULTIME /* New-scan */
&& (cfg.lib[usrlib[i]]->offline_dir==usrdir[i][j]
|| cfg.dir[usrdir[i][j]]->misc&DIR_NOSCAN))
......
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