Skip to content
  • rswindell's avatar
    8c382ee4
    Fix bug introduced Feb-28-2008 (with rev 1.39 of un_rep.cpp) where all QWK · 8c382ee4
    rswindell authored
    control messages without an argument (e.g. "DROP" instead of "DROP <conf-num>")
    no longer worked because the qwkcfgline() function expected the message subject
    to be padded with spaces (ASCII 32) per the QWK-spec, but changes in un_rep()
    included truncating trailing spaces from QWK message subjects *before* control
    message parsing occurred (causing this problem).
    Thanks to Dreamer for reporting this problem (using MultiMail).
    8c382ee4
    Fix bug introduced Feb-28-2008 (with rev 1.39 of un_rep.cpp) where all QWK
    rswindell authored
    control messages without an argument (e.g. "DROP" instead of "DROP <conf-num>")
    no longer worked because the qwkcfgline() function expected the message subject
    to be padded with spaces (ASCII 32) per the QWK-spec, but changes in un_rep()
    included truncating trailing spaces from QWK message subjects *before* control
    message parsing occurred (causing this problem).
    Thanks to Dreamer for reporting this problem (using MultiMail).
Loading