summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdk-stage1/mar/mar-frontend.c2
1 files changed, 1 insertions, 1 deletions
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);