Subj : src/sbbs3/js_socket.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Wed Feb 23 2022 11:25 pm https://gitlab.synchro.net/main/sbbs/-/commit/4a50048e71c7c6d958acd428 Modified Files: src/sbbs3/js_socket.c Log Message: Fix invalid type in argument to printf format specifier CID 319135 Fix the return value of js_socket_sendfilesocket() while we're here (off_t instead of int). .