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;
  
    {


_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to