Fixing typo as reported in issue #172
This commit is contained in:
parent
c47e1d8780
commit
78adbdda42
|
@ -329,7 +329,7 @@ function armor(messagetype, body, partindex, parttotal) {
|
||||||
result += "\r\n=" + getCheckSum(body) + "\r\n";
|
result += "\r\n=" + getCheckSum(body) + "\r\n";
|
||||||
result += "-----END PGP MESSAGE, PART " + partindex + "/" + parttotal + "-----\r\n";
|
result += "-----END PGP MESSAGE, PART " + partindex + "/" + parttotal + "-----\r\n";
|
||||||
break;
|
break;
|
||||||
case enums.armor.mutlipart_last:
|
case enums.armor.multipart_last:
|
||||||
result += "-----BEGIN PGP MESSAGE, PART " + partindex + "-----\r\n";
|
result += "-----BEGIN PGP MESSAGE, PART " + partindex + "-----\r\n";
|
||||||
result += addheader();
|
result += addheader();
|
||||||
result += base64.encode(body);
|
result += base64.encode(body);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user