diff --git a/src/sbbs3/ftpsrvr.c b/src/sbbs3/ftpsrvr.c index c888f2a56460644841363fbcb911d75b3c74f5d5..bc1d89340308cca7f5869151aff00b3188f290e8 100644 --- a/src/sbbs3/ftpsrvr.c +++ b/src/sbbs3/ftpsrvr.c @@ -1537,7 +1537,7 @@ static void send_thread(void* arg) /* Inform uploader of downloaded file */ sprintf(str,text[DownloadUserMsg] ,getfname(xfer.filename) - ,xfer.filepos ? "Partially FTP-" : "FTP-" + ,xfer.filepos ? "partially FTP-" : "FTP-" ,xfer.user->alias,tmp); putsmsg(&scfg,uploader.number,str); }