From ad4feb63b31f126d95c079b19a315529f2b7b7f0 Mon Sep 17 00:00:00 2001 From: n1073645 Date: Wed, 11 Dec 2019 10:40:24 +0000 Subject: [PATCH] Removed the changed flag --- src/core/operations/Gunzip.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/operations/Gunzip.mjs b/src/core/operations/Gunzip.mjs index e45ecf8b..1cd789c3 100644 --- a/src/core/operations/Gunzip.mjs +++ b/src/core/operations/Gunzip.mjs @@ -40,8 +40,7 @@ class Gunzip extends Operation { null, { input: [7, 8], - output: [3.5, 6], - change: true + output: [3.5, 6] }); }