Error on qwk export with oputil #316

This commit is contained in:
Bryan Ashby
2020-09-12 14:29:06 -06:00
parent 0cb5dbae61
commit 43a28e6c42
2 changed files with 46 additions and 15 deletions

View File

@@ -1089,7 +1089,7 @@ class QWKPacketWriter extends EventEmitter {
// indicator such as FTN-style CHRS, try to use that.
encoding = _.get(message.meta, 'FtnKludge.CHRS');
if (encoding) {
// convert from CHRS to something standard
// Convert from CHRS to something standard
encoding = getEncodingFromCharacterSetIdentifier(encoding);
if (encoding) {
return encoding;