texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/util install-info.c,1.5,1.6


From: karl
Subject: texinfo/util install-info.c,1.5,1.6
Date: Sat, 27 Mar 2004 14:02:35 +0100

Update of /cvsroot/texinfo/texinfo/util
In directory sheep:/tmp/cvs-serv9799

Modified Files:
        install-info.c 
Log Message:
2004-03-27  Andreas Schwab  <address@hidden>

        * util/install-info.c (menu_item_equal): Don't scan past
        term_char.


Index: install-info.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/util/install-info.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** install-info.c      27 Mar 2004 12:53:13 -0000      1.5
--- install-info.c      27 Mar 2004 13:02:33 -0000      1.6
***************
*** 330,336 ****
       line.  Not worrying about those things right now, though.  --karl,
       26mar04.  */
!   while (*item_basename && !IS_SLASH (*item_basename))
      item_basename++;
!   if (! *item_basename)  
      item_basename = item;  /* no /, use original */
    else
--- 330,337 ----
       line.  Not worrying about those things right now, though.  --karl,
       26mar04.  */
!   while (*item_basename && !IS_SLASH (*item_basename)
!        && *item_basename != term_char)
      item_basename++;
!   if (! *item_basename || *item_basename == term_char)
      item_basename = item;  /* no /, use original */
    else



reply via email to

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