Subj : src/sbbs3/pktdump.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Mon Jun 05 2023 05:24 pm https://gitlab.synchro.net/main/sbbs/-/commit/2aaac2bc80a83bea5086f390 Modified Files: src/sbbs3/pktdump.c Log Message: Typecast to resolve MSVC error C4146: "unary minus operator applied to unsigned type, result still unsigned" Even though this same code compiled and worked as expected with GCC. .