• src/sbbs3/msgtoqwk.cpp pack_qwk.cpp pack_rep.cpp sbbs.h

    From Rob Swindell to Git commit to sbbs/master on Sat Oct 10 20:48:13 2020
    https://gitlab.synchro.net/sbbs/sbbs/-/commit/2849731e23a9ac8004333b68
    Modified Files:
    src/sbbs3/msgtoqwk.cpp pack_qwk.cpp pack_rep.cpp sbbs.h
    Log Message:
    Better error detection in msgtoqwk()

    Have msgtoqwk() return a negative number upon error (e.g. blank message, failed to read to body text), which means *no* message header was written to the messages.dat file, so don't increment the record (block) counter used to create the index (NDX) file.

    If msgtoqwk() returns 0, that means that a header was written, but no body text (e.g. a vote message) and that is different than an error.