<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/stream.c~	2003-11-13 12:08:19.000000000 +0900
+++ src/stream.c	2006-02-24 11:30:10.000000000 +0900
@@ -41,7 +41,7 @@
 #include &lt;begin.h&gt;
 #include "stream.h"
 
-private byte *gz_filter = "zcat";
+private byte *gz_filter = "gzcat";
 private byte *bz2_filter = "bzcat";
 
 private stream_t *StreamAlloc()
</pre></body></html>