diff --git a/cputils.js b/cputils.js index c232895..104be99 100644 --- a/cputils.js +++ b/cputils.js @@ -386,7 +386,6 @@ default: throw new Error("Unsupported magic: " + cp + " " + magic[cp]); } else throw new Error("Unrecognized CP: " + cp); - out.length = j; out = out.slice(0,j); if(typeof Buffer === 'undefined') return (ofmt == 'str') ? out.map(sfcc).join("") : out; if(ofmt === undefined || ofmt === 'buf') return out;