Skip to content
Snippets Groups Projects
Commit 54ee5ab5 authored by rswindell's avatar rswindell
Browse files

Fix compile error introduced in previous commit.

parent ece9df10
Branches
Tags
No related merge requests found
......@@ -1167,7 +1167,7 @@ static int receive_files(char** fname_list, int fnames)
lprintf(LOG_DEBUG,"Incoming filename: %.64s ",fname);
if(mode&RECVDIR)
SAFEPRINTF(str,"%s%s",fname_list[0],getfname(fname));
SAFEPRINTF2(str,"%s%s",fname_list[0],getfname(fname));
else {
SAFECOPY(str,getfname(fname));
for(i=0;i<fnames;i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment