Subj : src/syncterm/bbslist.c To : Git commit to main/sbbs/master From : Deucе Date : Mon Feb 19 2024 06:52 am https://gitlab.synchro.net/main/sbbs/-/commit/aa50abec0c00298b55611876 Modified Files: src/syncterm/bbslist.c Log Message: There is something horribly wrong with what sscanf(x, "%2hhx", &cptr) does when compiled with mingw32. Use "anything else" to convert hex to char. .