Subj : src/sbbs3/upload.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Mon Jan 31 2022 06:37 pm https://gitlab.synchro.net/main/sbbs/-/commit/099c5fa5f8a810cc8721ba6e Modified Files: src/sbbs3/upload.cpp Log Message: Fix "Testable Files" file extension comparison Issue introduced in v3.19: Testable Files (a.k.a. upload processors) with a specified file extension/type (e.g. "ZIP" and not "*") would never run because the file extension comparison logic was "off by one". Testable Files with an extension of "*" (all files/types) would still run however. This fixes issue #331 reported by Nightfox. .