Subj : src/uifc/uifc32.c To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Tue Feb 14 2023 11:07 pm https://gitlab.synchro.net/main/sbbs/-/commit/61448e1506360d651b98ad7c Modified Files: src/uifc/uifc32.c Log Message: Fix list() width when WIN_NOBRDR is used The title isn't displayed in this mode, so the title length is 0. Why is title being strdup()'d here? Something to look into. .