about summary refs log tree commit diff stats
path: root/src/HTFWriter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTFWriter.c')
-rw-r--r--src/HTFWriter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTFWriter.c b/src/HTFWriter.c
index 9ec2bb55..9b7c0c6d 100644
--- a/src/HTFWriter.c
+++ b/src/HTFWriter.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTFWriter.c,v 1.123 2022/04/01 00:15:05 tom Exp $
+ * $LynxId: HTFWriter.c,v 1.124 2022/07/25 00:16:38 tom Exp $
  *
  *		FILE WRITER				HTFWrite.h
  *		===========
@@ -1169,7 +1169,7 @@ HTStream *HTCompressed(HTPresentation *pres,
 	    case cftBrotli:
 		if ((program = HTGetProgramPath(ppBROTLI)) != NULL) {
 		    StrAllocCopy(uncompress_mask, program);
-		    StrAllocCat(uncompress_mask, " -d %s");
+		    StrAllocCat(uncompress_mask, " -j -d %s");
 		    compress_suffix = "br";
 		}
 		break;