bug-texinfo
[Top][All Lists]
Advanced

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

Re: texinfo 4.4 gzip bug


From: Karl Berry
Subject: Re: texinfo 4.4 gzip bug
Date: Mon, 3 Feb 2003 09:33:28 -0500

    I can't use 4.4 on Debian, since every info file is gzip'ed.

Could you try this patch?  If it works (seems to for me), I'll make
another release (sigh) shortly.


*** filesys.c   24 Jan 2003 18:51:49 -0000      1.2
--- filesys.c   31 Jan 2003 19:18:11 -0000      1.3
***************
*** 287,293 ****
    while (string[i] && string[i] != PATH_SEP[0])
      i++;
  
!   if (!string[i]) /* end of string */
      return NULL;
  
    {
--- 287,293 ----
    while (string[i] && string[i] != PATH_SEP[0])
      i++;
  
!   if (!string[i] && i == start) /* end of string, and didn't advance */
      return NULL;
  
    {




reply via email to

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