From f26a0e5ead318ce58da31cbc6be32dac5551c763 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 15 Feb 2003 08:53:54 +0000 Subject: [PATCH] Just use the filename (not path) in "user FTP-downloaded" notifications. --- src/sbbs3/ftpsrvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/ftpsrvr.c b/src/sbbs3/ftpsrvr.c index e7d1918ac3..4e74a85ecd 100644 --- a/src/sbbs3/ftpsrvr.c +++ b/src/sbbs3/ftpsrvr.c @@ -1536,7 +1536,7 @@ static void send_thread(void* arg) } /* Inform uploader of downloaded file */ sprintf(str,text[DownloadUserMsg] - ,fname + ,getfname(xfer.filename) ,xfer.filepos ? "Partially FTP-" : "FTP-" ,xfer.user->alias,tmp); putsmsg(&scfg,uploader.number,str); -- GitLab