a change I made yesterday corrupted the displayed filename in some

cases. cosmetic fix.
This commit is contained in:
Andrew Tridgell
1998-10-29 06:10:31 +00:00
parent d730b113f4
commit 19a013837e

View File

@@ -137,7 +137,6 @@ void send_files(struct file_list *flist,int f_out,int f_in)
offset = strlen(file->basedir)+1;
}
strlcat(fname,f_name(file),MAXPATHLEN-strlen(fname));
clean_fname(fname);
if (verbose > 2)
rprintf(FINFO,"send_files(%d,%s)\n",i,fname);