diff -r 00d72b0f2e7c -r 9827b66cd3b2 gzip/squish.gzip.lua --- a/gzip/squish.gzip.lua Sun Oct 10 01:31:39 2010 +0100 +++ b/gzip/squish.gzip.lua Sun Oct 10 01:32:11 2010 +0100 @@ -5,7 +5,7 @@ return; end - local outfile, err = io.open(outfile_fn..".gzipped", "w+"); + local outfile, err = io.open(outfile_fn..".gzipped", "wb+"); if not outfile then print_err("Can't open output file for writing: "..tostring(err)); return;