Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
f691b7dd
Commit
f691b7dd
authored
May 30, 2021
by
Rob Swindell
💬
Browse files
Increase file list creation progress report frequency
Cosmetic only.
parent
b0154b8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/tmp_xfer.cpp
src/sbbs3/tmp_xfer.cpp
+1
-1
No files found.
src/sbbs3/tmp_xfer.cpp
View file @
f691b7dd
...
@@ -61,7 +61,7 @@ ulong sbbs_t::create_filelist(const char *name, long mode)
...
@@ -61,7 +61,7 @@ ulong sbbs_t::create_filelist(const char *name, long mode)
total_dirs
+=
usrdirs
[
i
];
total_dirs
+=
usrdirs
[
i
];
for
(
i
=
j
=
d
=
0
;
i
<
usrlibs
;
i
++
)
{
for
(
i
=
j
=
d
=
0
;
i
<
usrlibs
;
i
++
)
{
for
(
j
=
0
;
j
<
usrdirs
[
i
];
j
++
,
d
++
)
{
for
(
j
=
0
;
j
<
usrdirs
[
i
];
j
++
,
d
++
)
{
progress
(
text
[
Scanning
],
d
,
total_dirs
,
1
0
);
progress
(
text
[
Scanning
],
d
,
total_dirs
,
1
);
if
(
mode
&
FL_ULTIME
/* New-scan */
if
(
mode
&
FL_ULTIME
/* New-scan */
&&
(
cfg
.
lib
[
usrlib
[
i
]]
->
offline_dir
==
usrdir
[
i
][
j
]
&&
(
cfg
.
lib
[
usrlib
[
i
]]
->
offline_dir
==
usrdir
[
i
][
j
]
||
cfg
.
dir
[
usrdir
[
i
][
j
]]
->
misc
&
DIR_NOSCAN
))
||
cfg
.
dir
[
usrdir
[
i
][
j
]]
->
misc
&
DIR_NOSCAN
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment