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

Fix warning about impossible condition.

parent 20a1f829
No related branches found
No related tags found
No related merge requests found
......@@ -589,7 +589,7 @@ void sbbs_t::batch_upload()
if(mv(src, dest, /* copy: */false))
continue;
int x,y;
int x,y = 0;
for(x=0;x<usrlibs;x++) {
progress(text[SearchingForDupes], x, usrlibs);
for(y=0;y<usrdirs[x];y++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment