Subj : src/sbbs3/pack_qwk.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Tue Jun 08 2021 10:39 pm https://gitlab.synchro.net/main/sbbs/-/commit/2245523d4834732d80af5921 Modified Files: src/sbbs3/pack_qwk.cpp Log Message: Better error handling in QWK packet creation If libarchive creates a 0-byte file or no file at all, then fall-through to the "temp file command-line" (if there is at least one Compressible File Type configured). If libarchive fails, there will still be a (hopefully helpful) error message logged, but at least the QWK packet may still get created. .