Subj : src/sbbs3/zmodem.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Fri Nov 27 2020 01:48:05 https://gitlab.synchro.net/main/sbbs/-/commit/df15131bdb18831c6646ddff Modified Files: src/sbbs3/zmodem.c Log Message: zmodem_recv_files() now returns upon first failed file.Previously, a ZRINIT frame would be sent even after a failed file download, and this could be misinterpreted by the sender as a successful file receipt acknowledgement. 'lrz' just completely aborts the receive "batch" under the same conditions, so we'll just do the same to prevent the sender (e.g. BBS) from mistakenly counting this as a successful transfer (download).A lot of log message updates: additions, removals, and use of the __FUNCTION__ macro. --- SBBSecho 3.11-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .