Subj : src/sbbs3/sbbsecho.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Wed Apr 13 2022 18:35:02 https://gitlab.synchro.net/main/sbbs/-/commit/414d34ec8bc2c13601ce476a Modified Files: src/sbbs3/sbbsecho.c Log Message: Fix packet filename in "Gruned message" log entry on Win32e.g. "Grunged message (type 2) from 4:80/1 at offset 58 in packet: (null)"off_t is 64-bit, but long in 32-bit (on Win32), so needs a typecast here inlprintf() call (otherwise, the upper 4 bytes of the offset are interpretedas the string address for the corresponding '%s' argument, the filename). --- SBBSecho 3.15-Linux * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .