aboutsummaryrefslogtreecommitdiff
path: root/lib/gunzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gunzip.c')
-rw-r--r--lib/gunzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gunzip.c b/lib/gunzip.c
index a8e498d..932e3e8 100644
--- a/lib/gunzip.c
+++ b/lib/gunzip.c
@@ -251,7 +251,7 @@ int gzwrite(unsigned char *src, int len,
puts("abort\n");
goto out;
}
- WATCHDOG_RESET();
+ schedule();
} while (s.avail_out == 0);
/* done when inflate() says it's done */
} while (r != Z_STREAM_END);