texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo float.c,1.8,1.9


From: dirt
Subject: texinfo/makeinfo float.c,1.8,1.9
Date: Wed, 7 Jan 2004 00:41:33 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv20158/makeinfo

Modified Files:
        float.c 
Log Message:
2004-01-07  Alper Ersoy  <address@hidden>

        * makeinfo/float.c (cm_listoffloats): use shorttitle only if it's
        defined.



Index: float.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/float.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** float.c     6 Jan 2004 23:33:24 -0000       1.8
--- float.c     6 Jan 2004 23:41:30 -0000       1.9
***************
*** 218,222 ****
                      }
  
!                   if (len + aux_chars_len > column_width)
                      {
                        title = expansion (temp->shorttitle, 0);
--- 218,223 ----
                      }
  
!                   if (len + aux_chars_len > column_width
!                       && strlen (temp->shorttitle) > 0)
                      {
                        title = expansion (temp->shorttitle, 0);



reply via email to

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