Skip to content
Snippets Groups Projects
Commit 79de0295 authored by rswindell's avatar rswindell
Browse files

Updated style in downloadfile (yawn)

parent f85d703b
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,9 @@ void sbbs_t::downloadfile(file_t* f)
sprintf(str,"%s%s",f->altpath>0 && f->altpath<=cfg.altpaths ?
cfg.altpath[f->altpath-1] : cfg.dir[f->dir]->path,unpadfname(f->name,tmp));
remove(str);
removefiledat(&cfg,f); } }
removefiledat(&cfg,f);
}
}
}
/****************************************************************************/
......
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