Fix mediatag...
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
if (e) { return setTimeout(function () { done(e); }); }
|
||||
|
||||
if (plaintext) {
|
||||
if (i * cypherChunkLength < u8.length) { // not done
|
||||
if ((i * cypherChunkLength + 2 + metadataLength) < u8.length) { // not done
|
||||
chunks.push(plaintext);
|
||||
return again();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user