Fix warnings from 'make minify' + other bugs

This commit is contained in:
Robert Nelson
2013-12-05 20:12:20 -08:00
parent f0c2427895
commit e6a116d14e
2 changed files with 2 additions and 5 deletions

View File

@@ -225,7 +225,7 @@ function dearmor(text) {
util.print_error("Ascii armor integrity check on message failed: '" + splittedtext[2]
.split('\n\n')[1]
.split("\n=")[1]
.split('\n')[0] + "' should be '" + getCheckSum(result.data)) + "'";
.split('\n')[0] + "' should be '" + getCheckSum(result.data) + "'");
return false;
}
} else {