lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev problem typo in HTFWriter.c


From: Henry Nelson
Subject: lynx-dev problem typo in HTFWriter.c
Date: Thu, 10 Aug 2000 15:36:17 +0900 (JST)

The correct name for the program is "bzip2".  In addition, that is the
default configuration for Apache1.3.12.  "x-bzip2" is unnecessary.

*** HTFWriter.c.orig    Thu Aug 10 15:21:43 2000
--- HTFWriter.c Thu Aug 10 15:22:52 2000
***************
*** 981,987 ****
                compress_suffix = "gz";
  #ifdef BZIP2_PATH
            } else if (!strcasecomp(anchor->content_encoding, "x-bzip2") ||
!               !strcasecomp(anchor->content_encoding, "bzip")) {
                StrAllocCopy(uncompress_mask, BZIP2_PATH);
                StrAllocCat(uncompress_mask, " -d %s");
                compress_suffix = "bz2";
--- 981,987 ----
                compress_suffix = "gz";
  #ifdef BZIP2_PATH
            } else if (!strcasecomp(anchor->content_encoding, "x-bzip2") ||
!               !strcasecomp(anchor->content_encoding, "bzip2")) {
                StrAllocCopy(uncompress_mask, BZIP2_PATH);
                StrAllocCat(uncompress_mask, " -d %s");
                compress_suffix = "bz2";

__Henry

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]