From d258c9af72040f528108377cac16037b0bf68483 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 21 Dec 2000 17:12:33 +0000 Subject: use max compression to save a few bytes --- mdk-stage1/mar/mar-frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/mar') diff --git a/mdk-stage1/mar/mar-frontend.c b/mdk-stage1/mar/mar-frontend.c index 9529eb5b5..b9c645b58 100644 --- a/mdk-stage1/mar/mar-frontend.c +++ b/mdk-stage1/mar/mar-frontend.c @@ -143,7 +143,7 @@ mar_create_file(char *dest_file, char **files) /* ok, buffer is ready, let's write it on-disk */ { - gzFile f = gzopen(dest_file, "wb"); + gzFile f = gzopen(dest_file, "wb9"); if (!f) { perror(dest_file); -- cgit v1.2.1