Subj : src/sbbs3/wordwrap.c To : Git commit to main/sbbs/master From : Rob Swindell (on ChromeOS) Date : Fri Jun 23 2023 05:50 pm https://gitlab.synchro.net/main/sbbs/-/commit/68b2fa751eadf95750306077 Modified Files: src/sbbs3/wordwrap.c Log Message: Sanity-check the oldlen argument value to wordwrap() If the oldlen param value is less than one, set to a sane non-zero value (79). Fix issue #576 .