Skip to content
  • Rob Swindell's avatar
    fbe51f3e
    Fix off-by-one usage of snprintf() when copying message subject · fbe51f3e
    Rob Swindell authored
    - when converting from CP437 to UTF-8
    - when reading from RESULT.ED drop file
    
    This effectively limited message subjects in some instances to 69 chars
    instead of 70. This bug was caught while debugging a replied-message subject
    conversion from UTF-8 to CP437 issue reported by Accession.
    fbe51f3e
    Fix off-by-one usage of snprintf() when copying message subject
    Rob Swindell authored
    - when converting from CP437 to UTF-8
    - when reading from RESULT.ED drop file
    
    This effectively limited message subjects in some instances to 69 chars
    instead of 70. This bug was caught while debugging a replied-message subject
    conversion from UTF-8 to CP437 issue reported by Accession.
Loading